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)

public:
[ExtensionAttribute]
static HostedServiceListAvailableExtensionsResponse^ ListAvailableExtensions(
	IHostedServiceOperations^ operations
)

Parameters

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

The IHostedServiceOperations object that specifies the cloud service operations.

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.

Return to top
Show: