Share via


NetworkListResponse.VirtualNetworkSite.AffinityGroup Property

 

Optional. An affinity group, which indirectly refers to the location where the virtual network exists.

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

Syntax

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

Property Value

Type: System.String

See Also

NetworkListResponse.VirtualNetworkSite Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top