HostedServiceOperationsExtensions.ListExtensions Method (IHostedServiceOperations, String)
Lists all of the extensions that were added to a cloud service.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static HostedServiceListExtensionsResponse ListExtensions(
this IHostedServiceOperations operations,
string serviceName
)
public:
[ExtensionAttribute]
static HostedServiceListExtensionsResponse^ ListExtensions(
IHostedServiceOperations^ operations,
String^ serviceName
)
static member ListExtensions :
operations:IHostedServiceOperations *
serviceName:string -> HostedServiceListExtensionsResponse
<ExtensionAttribute>
Public Shared Function ListExtensions (
operations As IHostedServiceOperations,
serviceName As String
) As HostedServiceListExtensionsResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperationsThe IHostedServiceOperations object that specifies the cloud service operations.
serviceName
Type: System.StringThe name of the cloud service from which the extensions should be listed.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponse
The HostedServiceListExtensionsResponse object that contains the list of extensions that were added to the cloud service.
Remarks
For more information about listing extensions, see List Extensions.
See Also
HostedServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top