AffinityGroupGetResponse.StorageServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The storage services associated with this affinity group.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse.StorageServiceReference> StorageServices { get; set; }
member this.StorageServices : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse.StorageServiceReference> with get, set
Public Property StorageServices As IList(Of AffinityGroupGetResponse.StorageServiceReference)