Share via


HostedServiceOperationsExtensions.ListAvailableExtensionsAsync Method (IHostedServiceOperations)

 

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

public static Task<HostedServiceListAvailableExtensionsResponse> ListAvailableExtensionsAsync(
    this IHostedServiceOperations operations
)
public:
[ExtensionAttribute]
static Task<HostedServiceListAvailableExtensionsResponse^>^ ListAvailableExtensionsAsync(
    IHostedServiceOperations^ operations
)
static member ListAvailableExtensionsAsync : 
        operations:IHostedServiceOperations -> Task<HostedServiceListAvailableExtensionsResponse>
<ExtensionAttribute>
Public Shared Function ListAvailableExtensionsAsync (
    operations As IHostedServiceOperations
) 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

HostedServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top