Share via


AffinityGroupGetResponse.HostedServices Property

 

Gets or sets a collection of AffinityGroupGetResponse.HostedServiceReference objects that lists the cloud services that associated with the affinity group.

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

Syntax

public IList<AffinityGroupGetResponse.HostedServiceReference> HostedServices { get; set; }
public:
property IList<AffinityGroupGetResponse::HostedServiceReference^>^ HostedServices {
    IList<AffinityGroupGetResponse::HostedServiceReference^>^ get();
    void set(IList<AffinityGroupGetResponse::HostedServiceReference^>^ value);
}
member HostedServices : IList<AffinityGroupGetResponse.HostedServiceReference> with get, set
Public Property HostedServices As IList(Of AffinityGroupGetResponse.HostedServiceReference)

Property Value

Type: System.Collections.Generic.IList<AffinityGroupGetResponse.HostedServiceReference>

A collection of AffinityGroupGetResponse.HostedServiceReference objects.

See Also

AffinityGroupGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top