Share via


HostedServiceOperationsExtensions.ListAvailableExtensions Method (IHostedServiceOperations)

 

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

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.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