Uses of Enum Class
com.microsoft.azure.management.keyvault.CreateMode
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of CreateMode in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionVault.createMode()
Get the createMode value.VaultPatchProperties.createMode()
Get the createMode value.VaultProperties.createMode()
Get the createMode value.static CreateMode
CreateMode.fromString
(String value) Parses a serialized value to a CreateMode instance.static CreateMode
Returns the enum constant of this class with the specified name.static CreateMode[]
CreateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionVaultPatchProperties.withCreateMode
(CreateMode createMode) Set the createMode value.VaultProperties.withCreateMode
(CreateMode createMode) Set the createMode value.