Share via


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
StandardGRS

StandardLRS

StandardRAGRS

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