Uses of Enum
com.azure.resourcemanager.keyvault.models.CreateMode
Packages that use CreateMode
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of CreateMode in com.azure.resourcemanager.keyvault.models
Subclasses with type arguments of type CreateMode in com.azure.resourcemanager.keyvault.modelsModifier and TypeClassDescriptionenumThe vault's create mode to indicate whether the vault need to be recovered or not.Methods in com.azure.resourcemanager.keyvault.models that return CreateModeModifier and TypeMethodDescriptionManagedHsmProperties.createMode()Get the createMode property: The create mode to indicate whether the resource is being created or is being recovered from a deleted resource.Vault.createMode()Get the createMode value.VaultPatchProperties.createMode()Get the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.VaultProperties.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 CreateModeReturns 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 CreateModeModifier and TypeMethodDescriptionManagedHsmProperties.withCreateMode(CreateMode createMode) Set the createMode property: The create mode to indicate whether the resource is being created or is being recovered from a deleted resource.VaultPatchProperties.withCreateMode(CreateMode createMode) Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.VaultProperties.withCreateMode(CreateMode createMode) Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.