Uses of Enum Class
com.microsoft.azure.management.keyvault.CreateMode
Packages that use CreateMode
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of CreateMode in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return CreateModeModifier 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.Methods in com.microsoft.azure.management.keyvault with parameters of type CreateModeModifier and TypeMethodDescriptionVaultPatchProperties.withCreateMode
(CreateMode createMode) Set the createMode value.VaultProperties.withCreateMode
(CreateMode createMode) Set the createMode value.