HostedServiceOperationsExtensions.ListExtensions Method (IHostedServiceOperations, String)
Lists all of the extensions that were added to a cloud service.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function ListExtensions ( operations As IHostedServiceOperations, serviceName As String ) As HostedServiceListExtensionsResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations
The IHostedServiceOperations object that specifies the cloud service operations.
- serviceName
-
Type:
System.String
The name of the cloud service from which the extensions should be listed.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListExtensionsResponseThe HostedServiceListExtensionsResponse object that contains the list of extensions that were added to the cloud service.
For more information about listing extensions, see List Extensions.
Show: