Interface Key.UpdateStages.WithAttributes
-
- All Known Subinterfaces:
Key.Update,Key.UpdateWithCreate,Key.UpdateWithImport
- Enclosing interface:
- Key.UpdateStages
public static interface Key.UpdateStages.WithAttributesThe stage of a key update allowing to specify the attributes of the key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key.UpdatewithAttributes(com.azure.security.keyvault.keys.models.KeyProperties attributes)Specifies the attributes of the key.
-
-
-
Method Detail
-
withAttributes
Key.Update 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 update
-
-