Interface Key.DefinitionStages.WithAttributes
-
- All Known Subinterfaces:
Key.Definition,Key.DefinitionStages.WithCreate,Key.DefinitionStages.WithCreateBase,Key.DefinitionStages.WithImport
- Enclosing interface:
- Key.DefinitionStages
public static interface Key.DefinitionStages.WithAttributesThe stage of a key definition allowing to specify the attributes of the key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.DefinitionStages.WithCreatewithAttributes(com.azure.security.keyvault.keys.models.KeyProperties attributes)Specifies the attributes of the key.
-
-
-
Method Detail
-
withAttributes
Key.DefinitionStages.WithCreate withAttributes(com.azure.security.keyvault.keys.models.KeyProperties attributes)
Specifies the attributes of the key.- Parameters:
attributes- the object attributes managed by Key Vault service- Returns:
- the next stage of the definition
-
-