Share via


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)

Syntax

Task<HostedServiceListAvailableExtensionsResponse> ListAvailableExtensionsAsync(
    CancellationToken cancellationToken
)
Task<HostedServiceListAvailableExtensionsResponse^>^ ListAvailableExtensionsAsync(
    CancellationToken cancellationToken
)
abstract ListAvailableExtensionsAsync : 
        cancellationToken:CancellationToken -> Task<HostedServiceListAvailableExtensionsResponse>
Function ListAvailableExtensionsAsync (
    cancellationToken As CancellationToken
) As Task(Of HostedServiceListAvailableExtensionsResponse)

Parameters

Return Value

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

The HostedServiceListAvailableExtensionsResponse object that contains information about available extensions.

Remarks

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.

See Also

IHostedServiceOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top