Interface StorageSku
- All Superinterfaces:
HasInner<com.microsoft.azure.management.storage.implementation.SkuInformationInner>
@Beta(V1_5_0)
public interface StorageSku
extends HasInner<com.microsoft.azure.management.storage.implementation.SkuInformationInner>
Type representing sku for an Azure storage resource.
-
Method Details
-
name
SkuName name()- Returns:
- the sku name
-
tier
SkuTier tier()- Returns:
- the sku tier
-
resourceType
StorageResourceType resourceType()- Returns:
- the storage resource type that the sku describes
-
regions
- Returns:
- the regions that the sku is available
-
capabilities
List<SKUCapability> capabilities()- Returns:
- the capability information in the specified sku
-
restrictions
List<Restriction> restrictions()- Returns:
- restrictions because of which sku cannot be used
-
storageAccountKind
Kind storageAccountKind()- Returns:
- the storage account kind if the sku describes a storage account resource
-
storageAccountSku
StorageAccountSkuType storageAccountSku()- Returns:
- the storage account sku type if the sku describes a storage account resource
-