IHostedServiceOperations::ListExtensionsAsync Method (String^, CancellationToken)

 

Asynchronously lists all of the extensions that were added to a cloud service.

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

Task<HostedServiceListExtensionsResponse^>^ ListExtensionsAsync(
	String^ serviceName,
	CancellationToken cancellationToken
)

Parameters

serviceName
Type: System::String^

The name of the cloud service from which the extensions should be listed.

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

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

The HostedServiceListExtensionsResponse object that contains the list of extensions that were added to the cloud service.

For more information about listing extensions, see List Extensions.

Return to top
Show: