VirtualMachineVMImageListResponse.VMImages 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<VirtualMachineVMImageListResponse.VirtualMachineVMImage> VMImages { get; set; }
public:
property IList<VirtualMachineVMImageListResponse::VirtualMachineVMImage^>^ VMImages {
    IList<VirtualMachineVMImageListResponse::VirtualMachineVMImage^>^ get();
    void set(IList<VirtualMachineVMImageListResponse::VirtualMachineVMImage^>^ value);
}
member VMImages : IList<VirtualMachineVMImageListResponse.VirtualMachineVMImage> with get, set
Public Property VMImages As IList(Of VirtualMachineVMImageListResponse.VirtualMachineVMImage)

Property Value

Type: System.Collections.Generic.IList<VirtualMachineVMImageListResponse.VirtualMachineVMImage>

See Also

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

Return to top