Share via


AffinityGroupGetResponse.StorageServices Property

 

Gets or sets a collection of AffinityGroupGetResponse.StorageServiceReference objects that lists the storage services that are associated with the affinity group.

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

Syntax

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

Property Value

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

A collection of AffinityGroupGetResponse.StorageServiceReference objects.

See Also

AffinityGroupGetResponse Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top