AffinityGroupCreateParameters.Location Property

 

Gets or sets the data center location where the affinity group should be created.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.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 date center location.

See Also

AffinityGroupCreateParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top