Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CreateMode |
Vault.createMode()
Get the createMode value.
|
CreateMode |
VaultPatchProperties.createMode()
Get the createMode value.
|
CreateMode |
VaultProperties.createMode()
Get the createMode value.
|
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 |
---|---|
VaultPatchProperties |
VaultPatchProperties.withCreateMode(CreateMode createMode)
Set the createMode value.
|
VaultProperties |
VaultProperties.withCreateMode(CreateMode createMode)
Set the createMode value.
|
Copyright © 2019. All rights reserved.