Share via


StorageCapabilities.StorageAccountTypes Property

 

Optional. The list of account types available in the given location. The available account types are: 'Standard_LRS', 'Standard_ZRS', 'Standard_GRS', and 'Standard_RAGRS'.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public IList<string> StorageAccountTypes { get; set; }
public:
property IList<String^>^ StorageAccountTypes {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member StorageAccountTypes : IList<string> with get, set
Public Property StorageAccountTypes As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

StorageCapabilities Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top