Dela via


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<SkuCapability> capabilities()
abstract SkuName name()
abstract List<Region> regions()
abstract StorageResourceType resourceType()
abstract List<Restriction> restrictions()
abstract Kind storageAccountKind()
abstract StorageAccountSkuType storageAccountSku()
abstract SkuTier tier()

Method Details

capabilities

public abstract List capabilities()

Returns:

the capability information in the specified sku

name

public abstract SkuName name()

Returns:

the sku name

regions

public abstract List regions()

Returns:

the regions that the sku is available

resourceType

public abstract StorageResourceType resourceType()

Returns:

the storage resource type that the sku describes

restrictions

public abstract List restrictions()

Returns:

restrictions because of which sku cannot be used

storageAccountKind

public abstract Kind storageAccountKind()

Returns:

the storage account kind if the sku describes a storage account resource

storageAccountSku

public abstract StorageAccountSkuType storageAccountSku()

Returns:

the storage account sku type if the sku describes a storage account resource

tier

public abstract SkuTier tier()

Returns:

the sku tier

Applies to