SkuInner Class

Definition

The SKU of the storage account.

public class SkuInner
type SkuInner = class
Public Class SkuInner
Inheritance
SkuInner

Constructors

SkuInner()

Initializes a new instance of the SkuInner class.

SkuInner(SkuName, Nullable<SkuTier>, String, Nullable<Kind>, IList<String>, IList<SKUCapability>, IList<Restriction>)

Initializes a new instance of the SkuInner class.

Properties

Capabilities

Gets the capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.

Kind

Gets indicates the type of storage account. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'

Locations

Gets the set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).

Name

Gets or sets the SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', 'Premium_ZRS'

ResourceType

Gets the type of the resource, usually it is 'storageAccounts'.

Restrictions

Gets or sets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Tier

Gets the SKU tier. This is based on the SKU name. Possible values include: 'Standard', 'Premium'

Methods

Validate()

Validate the object.

Applies to