HostedServiceOperationsExtensions.ListAvailableExtensionsAsync Method (IHostedServiceOperations)
Asynchronously lists the extensions that are available to add to your cloud service.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function ListAvailableExtensionsAsync ( operations As IHostedServiceOperations ) As Task(Of HostedServiceListAvailableExtensionsResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations
The IHostedServiceOperations object that specifies the cloud service operations.
Return Value
Type: System.Threading.Tasks.Task(Of HostedServiceListAvailableExtensionsResponse)The HostedServiceListAvailableExtensionsResponse object that contains information about available extensions.
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.
Show: