Uses of Class
com.azure.resourcemanager.keyvault.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return Sku Modifier and Type Method Description SkuVault. sku()SkuVaultPatchProperties. sku()Get the sku property: SKU details.SkuVaultProperties. sku()Get the sku property: SKU details.SkuSku. withFamily(SkuFamily family)Set the family property: SKU family name.SkuSku. withName(SkuName name)Set the name property: SKU name to specify whether the key vault is a standard vault or a premium vault.Methods in com.azure.resourcemanager.keyvault.models with parameters of type Sku Modifier and Type Method Description VaultPatchPropertiesVaultPatchProperties. withSku(Sku sku)Set the sku property: SKU details.VaultPropertiesVaultProperties. withSku(Sku sku)Set the sku property: SKU details.
-