StorageAccountUpdateParameters.AccountType Property
Optional. Specifies whether the account supports locally-redundant storage, geo-redundant storage, zone-redundant storage, or read access geo-redundant storage. Possible values are:'Standard_LRS', 'Standard_ZRS', 'Standard_GRS', and 'Standard_RAGRS'.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Usage
'Usage
Dim instance As StorageAccountUpdateParameters
Dim value As String
value = instance.AccountType
instance.AccountType = value
Syntax
'Declaration
Public Property AccountType As String
public string AccountType { get; set; }
public:
property String^ AccountType {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_AccountType ()
/** @property */
public void set_AccountType (String value)
public function get AccountType () : String
public function set AccountType (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
StorageAccountUpdateParameters Class
StorageAccountUpdateParameters Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace