VirtualMachineExtensionListResponse 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 Resource Extensions operation response.
public class VirtualMachineExtensionListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse.ResourceExtension>
type VirtualMachineExtensionListResponse = class
inherit AzureOperationResponse
interface seq<VirtualMachineExtensionListResponse.ResourceExtension>
interface IEnumerable
Public Class VirtualMachineExtensionListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of VirtualMachineExtensionListResponse.ResourceExtension)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseVirtualMachineExtensionListResponse
- Implements
Constructors
VirtualMachineExtensionListResponse() |
Initializes a new instance of the VirtualMachineExtensionListResponse class. |
Properties
ResourceExtensions |
Optional. The extensions that are available to add to your cloud service. |
Methods
GetEnumerator() |
Gets the sequence of ResourceExtensions. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of ResourceExtensions. |
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