HostedServiceOperationsExtensions.ListPublisherExtensionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse> ListPublisherExtensionsAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations);
static member ListPublisherExtensionsAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse>
<Extension()>
Public Function ListPublisherExtensionsAsync (operations As IHostedServiceOperations) As Task(Of HostedServiceListAvailableExtensionsResponse)
Parameters
- operations
- IHostedServiceOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.
Returns
The List Available Extensions operation response.
Applies to
Azure SDK for .NET