共用方式為


HostedServiceOperationsExtensions.ListExtensions Method

Definition

The List Extensions operation lists all of the extensions that were added to a cloud service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn169561.aspx for more information)

public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse ListExtensions (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member ListExtensions : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse
<Extension()>
Public Function ListExtensions (operations As IHostedServiceOperations, serviceName As String) As HostedServiceListExtensionsResponse

Parameters

operations
IHostedServiceOperations

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

serviceName
String

Required. The name of the cloud service.

Returns

The List Extensions operation response.

Applies to