VirtualMachineExtensionOperationsExtensions.List Method (IVirtualMachineExtensionOperations)

 

The List Resource Extensions operation lists the resource extensions that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn495441.aspx for more information)

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

<ExtensionAttribute>
Public Shared Function List (
	operations As IVirtualMachineExtensionOperations
) As VirtualMachineExtensionListResponse

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IVirtualMachineExtensionOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineExtensionOperations.

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse

The List Resource Extensions operation response.

Return to top
Show: