Condividi tramite


IHostedServiceOperations.ListPublisherExtensionsAsync Method

Definition

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

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Available Extensions operation response.

Applies to