Dela via


HostedServiceOperationsExtensions.ListExtensionVersions Method

Definition

The List Extension Versions operation lists the versions of an extension that are available to add to a cloud service. 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. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn495437.aspx for more information)

public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse ListExtensionVersions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string providerNamespace, string extensionType);
static member ListExtensionVersions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse
<Extension()>
Public Function ListExtensionVersions (operations As IHostedServiceOperations, providerNamespace As String, extensionType As String) As HostedServiceListAvailableExtensionsResponse

Parameters

operations
IHostedServiceOperations

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

providerNamespace
String

Required. The provider namespace.

extensionType
String

Required. The extension type name.

Returns

The List Available Extensions operation response.

Applies to