Uses of Class
com.azure.resourcemanager.storage.fluent.models.SkuInformationInner
Packages that use SkuInformationInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 SkuInformationInnerModifier and TypeMethodDescriptioncom.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
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type SkuInformationInnerMethods in com.azure.resourcemanager.storage.fluent.models that return SkuInformationInnerModifier and TypeMethodDescriptionstatic SkuInformationInnerSkuInformationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SkuInformationInner from the JsonReader.SkuInformationInner.withLocationInfo(List<SkuInformationLocationInfoItem> locationInfo) Set the locationInfo property: The locationInfo property.Set the name property: The SKU name.SkuInformationInner.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
Subinterfaces with type arguments of type SkuInformationInner in com.azure.resourcemanager.storage.modelsModifier and TypeInterfaceDescriptioninterfaceType representing sku for an Azure storage resource.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type SkuInformationInnerModifier and TypeMethodDescriptionStorageSkuListResult.value()Get the value property: Get the list result of storage SKUs and their properties.