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.WithAttributes
The stage of a key definition allowing to specify the attributes of the key.
-
Method Summary
Modifier and TypeMethodDescriptionwithAttributes
(com.microsoft.azure.keyvault.models.Attributes attributes) Specifies the attributes of the key.
-
Method Details
-
withAttributes
Key.DefinitionStages.WithCreate withAttributes(com.microsoft.azure.keyvault.models.Attributes attributes) Specifies the attributes of the key.- Parameters:
attributes
- the object attributes managed by Key Vault service- Returns:
- the next stage of the definition
-