VirtualMachineVMImageListResponse Class
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.
The List VM Images operation response.
public class VirtualMachineVMImageListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse.VirtualMachineVMImage>
type VirtualMachineVMImageListResponse = class
inherit AzureOperationResponse
interface seq<VirtualMachineVMImageListResponse.VirtualMachineVMImage>
interface IEnumerable
Public Class VirtualMachineVMImageListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of VirtualMachineVMImageListResponse.VirtualMachineVMImage)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseVirtualMachineVMImageListResponse
- Implements
Constructors
VirtualMachineVMImageListResponse() |
Initializes a new instance of the VirtualMachineVMImageListResponse class. |
Properties
VMImages |
Optional. The virtual machine images associated with your subscription. |
Methods
GetEnumerator() |
Gets the sequence of VMImages. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of VMImages. |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
Applies to
Azure SDK for .NET