| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
VaultPatchProperties.sku()
Get the sku property: SKU details.
|
Sku |
VaultProperties.sku()
Get the sku property: SKU details.
|
Sku |
Vault.sku() |
Sku |
Sku.withFamily(SkuFamily family)
Set the family property: SKU family name.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
VaultPatchProperties |
VaultPatchProperties.withSku(Sku sku)
Set the sku property: SKU details.
|
VaultProperties |
VaultProperties.withSku(Sku sku)
Set the sku property: SKU details.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.