HostedServiceOperationsExtensions.ListExtensions 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 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.