VirtualMachineOSImageListResponse 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 OS Images operation response.
public class VirtualMachineOSImageListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageListResponse.VirtualMachineOSImage>
type VirtualMachineOSImageListResponse = class
inherit AzureOperationResponse
interface seq<VirtualMachineOSImageListResponse.VirtualMachineOSImage>
interface IEnumerable
Public Class VirtualMachineOSImageListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of VirtualMachineOSImageListResponse.VirtualMachineOSImage)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseVirtualMachineOSImageListResponse
- Implements
Constructors
VirtualMachineOSImageListResponse() |
Initializes a new instance of the VirtualMachineOSImageListResponse class. |
Properties
Images |
Optional. The virtual machine images associated with your subscription. |
Methods
GetEnumerator() |
Gets the sequence of Images. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of Images. |
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