VirtualMachineImageListResponse Class

Represents the list of operating system images from the image repository.

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

Usage

'Usage
Dim instance As VirtualMachineImageListResponse

Syntax

'Declaration
Public Class VirtualMachineImageListResponse
    Inherits OperationResponse
    Implements IEnumerable(Of VirtualMachineImage), IEnumerable
public class VirtualMachineImageListResponse : OperationResponse, IEnumerable<VirtualMachineImage>, IEnumerable
public ref class VirtualMachineImageListResponse : public OperationResponse, IEnumerable<VirtualMachineImage^>, IEnumerable
public class VirtualMachineImageListResponse extends OperationResponse implements IEnumerable<VirtualMachineImage>, 
    IEnumerable
public class VirtualMachineImageListResponse extends OperationResponse implements IEnumerable<VirtualMachineImage>, 
    IEnumerable

Inheritance Hierarchy

System.Object
   Microsoft.WindowsAzure.OperationResponse
    Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineImageListResponse

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

VirtualMachineImageListResponse Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace