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() |
abstract
Sku |
name() |
abstract List<Region> | regions() |
abstract
Storage |
resourceType() |
abstract List<Restriction> | restrictions() |
abstract Kind | storageAccountKind() |
abstract
Storage |
storageAccountSku() |
abstract
Sku |
tier() |
Method Details
capabilities
public abstract List
Returns:
the capability information in the specified sku
name
public abstract SkuName name()
Returns:
the sku name
regions
public abstract List
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java