HostedServiceOperationsExtensions.ListExtensionsAsync Method (IHostedServiceOperations, String)

 

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)

<ExtensionAttribute>
Public Shared Function ListExtensionsAsync (
	operations As IHostedServiceOperations,
	serviceName As String
) As Task(Of HostedServiceListExtensionsResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations

The IHostedServiceOperations object that specifies the cloud service operations.

serviceName
Type: System.String

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

Return Value

Type: System.Threading.Tasks.Task(Of 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: