public static interface Key.DefinitionStages.WithKeyOperations
| Modifier and Type | Method and Description |
|---|---|
Key.DefinitionStages.WithCreate |
withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation... keyOperations)
Specifies the list of allowed key operations.
|
Key.DefinitionStages.WithCreate |
withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations)
Specifies the list of allowed key operations.
|
Key.DefinitionStages.WithCreate withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations)
keyOperations - the list of JWK operationsKey.DefinitionStages.WithCreate withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation... keyOperations)
keyOperations - the list of JWK operationsCopyright © 2019. All rights reserved.