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