Class AccountProperties
- Namespace
- Microsoft.WindowsAzure.Storage.Shared.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Class representing a set of properties pertaining to a cloud storage account.
public sealed class AccountProperties
- Inheritance
-
AccountProperties
- Inherited Members
Constructors
AccountProperties()
Initializes a new instance of the ServiceProperties class.
public AccountProperties()
Properties
AccountKind
Gets the account kind.
public string AccountKind { get; }
Property Value
- string
"Storage", "StorageV2", or "BlobStorage"
SkuName
Gets the account SKU type based on GeoReplication state.
public string SkuName { get; }
Property Value
- string
"Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", "Premium_LRS", or "Premium_ZRS"