| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuName |
SkuName.fromString(String value)
Parses a serialized value to a SkuName instance.
|
SkuName |
Sku.name()
Get the name property: SKU name to specify whether the key vault is a standard vault or a premium vault.
|
static SkuName |
SkuName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkuName[] |
SkuName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withName(SkuName name)
Set the name property: SKU name to specify whether the key vault is a standard vault or a premium vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithSku.withSku(SkuName skuName)
Specifies the sku of the key vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.