Uses of Class
com.azure.resourcemanager.keyvault.models.SkuName
-
Packages that use SkuName Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of SkuName in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SkuName Modifier and Type Method Description static SkuNameSkuName. fromString(String value)Parses a serialized value to a SkuName instance.SkuNameSku. name()Get the name property: SKU name to specify whether the key vault is a standard vault or a premium vault.static SkuNameSkuName. 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.Methods in com.azure.resourcemanager.keyvault.models with parameters of type SkuName Modifier and Type Method Description SkuSku. 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.WithCreateVault.DefinitionStages.WithSku. withSku(SkuName skuName)Specifies the sku of the key vault.
-