StorageAccountTypes Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountTypes

Syntax

public static class StorageAccountTypes
public ref class StorageAccountTypes abstract sealed 
[<AbstractClass>]
[<Sealed>]
type StorageAccountTypes = class end
Public NotInheritable Class StorageAccountTypes

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static StandardGRS

System_CAPS_pubfieldSystem_CAPS_static StandardLRS

System_CAPS_pubfieldSystem_CAPS_static StandardRAGRS

System_CAPS_pubfieldSystem_CAPS_static StandardZRS

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.

See Also

Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top