Share via


StorageAccountCreateParameters.Location Property

 

Gets or sets the location where a storage account is created.

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

Syntax

public string Location { get; set; }
public:
property String^ Location {
    String^ get();
    void set(String^ value);
}
member Location : string with get, set
Public Property Location As String

Property Value

Type: System.String

The location.

Remarks

Required if AffinityGroup is not specified.

See Also

StorageAccountCreateParameters Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top