共用方式為


IVirtualMachineExtensionOperations.ListAsync(CancellationToken) Method

Definition

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)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of VirtualMachineExtensionListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Resource Extensions operation response.

Applies to