Uses of Class
com.azure.resourcemanager.storage.fluent.models.SkuInformationInner
-
Packages that use SkuInformationInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.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 SkuInformationInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type SkuInformationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SkuInformationInner>SkusClient. list()Lists the available SKUs supported by Microsoft.Storage for given subscription.com.azure.core.http.rest.PagedIterable<SkuInformationInner>SkusClient. list(com.azure.core.util.Context context)Lists the available SKUs supported by Microsoft.Storage for given subscription.com.azure.core.http.rest.PagedFlux<SkuInformationInner>SkusClient. listAsync()Lists the available SKUs supported by Microsoft.Storage for given subscription. -
Uses of SkuInformationInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return SkuInformationInner Modifier and Type Method Description SkuInformationInnerSkuInformationInner. withName(SkuName name)Set the name property: The SKU name.SkuInformationInnerSkuInformationInner. withRestrictions(List<Restriction> restrictions)Set the restrictions property: The restrictions because of which SKU cannot be used. -
Uses of SkuInformationInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type SkuInformationInner Modifier and Type Method Description List<SkuInformationInner>StorageSkuListResult. value()Get the value property: Get the list result of storage SKUs and their properties.
-