IHostedServiceOperations::ListAvailableExtensionsAsync Method (CancellationToken)

 

Asynchronously lists the extensions that are available to add to your cloud service.

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

Task<HostedServiceListAvailableExtensionsResponse^>^ ListAvailableExtensionsAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks::Task<HostedServiceListAvailableExtensionsResponse^>^

The HostedServiceListAvailableExtensionsResponse object that contains information about available extensions.

In 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.

For more information about listing available extensions, see List Available Extensions.

Return to top
Show: