StorageSku Interface
Implements
public interface StorageSku
extends HasInnerModel<SkuInformationInner>
Type representing sku for an Azure storage resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Sku |
capabilities()
Gets the capability information in the specified sku. |
abstract
Sku |
name()
Gets the sku name. |
abstract List<Region> |
regions()
Gets the regions that the sku is available. |
abstract
Storage |
resourceType()
Gets the storage resource type that the sku describes. |
abstract List<Restriction> |
restrictions()
Gets restrictions because of which sku cannot be used. |
abstract Kind |
storageAccountKind()
Gets the storage account kind if the sku describes a storage account resource. |
abstract
Storage |
storageAccountSku()
Gets the storage account sku type. |
abstract
Sku |
tier()
Gets the sku tier. |
Method Details
capabilities
public abstract List
Gets the capability information in the specified sku.
Returns:
name
public abstract SkuName name()
Gets the sku name.
Returns:
regions
public abstract List
Gets the regions that the sku is available.
Returns:
resourceType
public abstract StorageResourceType resourceType()
Gets the storage resource type that the sku describes.
Returns:
restrictions
public abstract List
Gets restrictions because of which sku cannot be used.
Returns:
storageAccountKind
public abstract Kind storageAccountKind()
Gets the storage account kind if the sku describes a storage account resource.
Returns:
storageAccountSku
public abstract StorageAccountSkuType storageAccountSku()
Gets the storage account sku type.
Returns:
tier
public abstract SkuTier tier()
Gets the sku tier.
Returns:
Applies to
Azure SDK for Java