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)

public:
property IList<String^>^ StorageAccountTypes {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}
Return to top
Show: