| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMode |
Vault.createMode()
Get the createMode value.
|
CreateMode |
VaultProperties.createMode()
Get the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
CreateMode |
VaultPatchProperties.createMode()
Get the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
static CreateMode |
CreateMode.fromString(String value)
Parses a serialized value to a CreateMode instance.
|
static CreateMode |
CreateMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
VaultProperties.withCreateMode(CreateMode createMode)
Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
VaultPatchProperties |
VaultPatchProperties.withCreateMode(CreateMode createMode)
Set the createMode property: The vault's create mode to indicate whether the vault need to be recovered or not.
|
Copyright © 2020. All rights reserved.