VirtualMachineDiskListResponse.Disks Property

 

Gets or sets a collection of VirtualMachineDiskListResponse.VirtualMachineDisk objects the define the operating system disks that are associated with a subscription.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<VirtualMachineDiskListResponse.VirtualMachineDisk>

A collection of VirtualMachineDiskListResponse.VirtualMachineDisk objects.

See Also

VirtualMachineDiskListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top