VirtualMachineOSImageListResponse.Images Property

 

Optional. The virtual machine images associated with your subscription.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<VirtualMachineOSImageListResponse.VirtualMachineOSImage>

See Also

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

Return to top