SkuInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage SKU and its properties
public class SkuInformation
type SkuInformation = class
Public Class SkuInformation
- Inheritance
-
SkuInformation
Constructors
SkuInformation() |
Initializes a new instance of the SkuInformation class. |
SkuInformation(String, Nullable<SkuTier>, String, String, IList<String>, IList<SKUCapability>, IList<Restriction>) |
Initializes a new instance of the SkuInformation 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 possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS', 'Premium_ZRS', 'Standard_GZRS', 'Standard_RAGZRS' |
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 or sets possible values include: 'Standard', 'Premium' |
Methods
Validate() |
Validate the object. |