Uses of Class
com.azure.resourcemanager.storage.models.Sku
-
Packages that use Sku Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of Sku in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return Sku Modifier and Type Method Description SkuBlobServicePropertiesInner. sku()Get the sku property: Sku name and tier.SkuFileServicePropertiesInner. sku()Get the sku property: Sku name and tier.SkuStorageAccountInner. sku()Get the sku property: Gets the SKU. -
Uses of Sku in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return Sku Modifier and Type Method Description SkuStorageAccountCreateParameters. sku()Get the sku property: Required.SkuStorageAccountUpdateParameters. sku()Get the sku property: Gets or sets the SKU name.SkuSku. withName(SkuName name)Set the name property: The SKU name.Methods in com.azure.resourcemanager.storage.models with parameters of type Sku Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withSku(Sku sku)Set the sku property: Required.StorageAccountUpdateParametersStorageAccountUpdateParameters. withSku(Sku sku)Set the sku property: Gets or sets the SKU name.
-