Share via


HostedServiceOperationsExtensions.List Method (IHostedServiceOperations)

 

Lists the cloud services in a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public static HostedServiceListResponse List(
    this IHostedServiceOperations operations
)
public:
[ExtensionAttribute]
static HostedServiceListResponse^ List(
    IHostedServiceOperations^ operations
)
static member List : 
        operations:IHostedServiceOperations -> HostedServiceListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IHostedServiceOperations
) As HostedServiceListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse

The HostedServiceListResponse object that contains a list of cloud services in a subscription.

Remarks

For more information about listing cloud services, see the following resources:

See Also

HostedServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top