Uses of Class
com.azure.resourcemanager.keyvault.models.CreateMode
-
Packages that use CreateMode Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of CreateMode in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return CreateMode Modifier and Type Method Description CreateModeVault. createMode()Get the createMode value.CreateModeVaultPatchProperties. createMode()Get the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.CreateModeVaultProperties. createMode()Get the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.static CreateModeCreateMode. fromString(String value)Parses a serialized value to a CreateMode instance.static CreateModeCreateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateMode[]CreateMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.keyvault.models with parameters of type CreateMode Modifier and Type Method Description VaultPatchPropertiesVaultPatchProperties. withCreateMode(CreateMode createMode)Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.VaultPropertiesVaultProperties. withCreateMode(CreateMode createMode)Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
-