IStorageSku Interface

Definition

Type representing sku for an Azure storage resource.

public interface IStorageSku : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner>
type IStorageSku = interface
    interface IBeta
    interface IHasInner<SkuInner>
Public Interface IStorageSku
Implements IBeta, IHasInner(Of SkuInner)
Implements

Properties

Capabilities

Gets the capability information in the specified sku.

Inner (Inherited from IHasInner<T>)
Name

Gets the sku name.

Regions

Gets the regions that the sku is available.

ResourceType

Gets the storage resource type that the sku describes.

Restrictions

Gets restrictions because of which sku cannot be used.

StorageAccountKind

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

StorageAccountSku

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

Tier

Gets the sku tier.

Applies to