StorageAccountProperties::Location Property

 

Optional. The geo-location specified when the storage account was created. This property is only returned if the storage account is not associated with an affinity group.

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

public:
property String^ Location {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: