public static interface Key.UpdateStages.WithKeyOperations
| Modifier and Type | Method and Description |
|---|---|
Key.Update |
withKeyOperations(com.azure.security.keyvault.keys.models.KeyOperation... keyOperations)
Specifies the list of allowed key operations.
|
Key.Update |
withKeyOperations(List<com.azure.security.keyvault.keys.models.KeyOperation> keyOperations)
Specifies the list of allowed key operations.
|
Key.Update withKeyOperations(List<com.azure.security.keyvault.keys.models.KeyOperation> keyOperations)
keyOperations - the list of JWK operationsKey.Update withKeyOperations(com.azure.security.keyvault.keys.models.KeyOperation... keyOperations)
keyOperations - the list of JWK operationsCopyright © 2020 Microsoft Corporation. All rights reserved.