Dela via


HostedServiceOperationsExtensions.ListAvailableExtensions Method

Definition

The List Available Extensions operation lists the extensions that are available to add to your cloud service. In Windows 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. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169559.aspx for more information)

public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListAvailableExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListAvailableExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse
<Extension()>
Public Function ListAvailableExtensions (operations As IHostedServiceOperations) As HostedServiceListAvailableExtensionsResponse

Parameters

operations
IHostedServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

Returns

The List Available Extensions operation response.

Applies to