共用方式為


ServicesOperationsExtensions.ListAsync Method

Definition

Get all the service instances in a subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.ServicesDescription>> ListAsync (this Microsoft.Azure.Management.HealthcareApis.IServicesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.HealthcareApis.IServicesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.ServicesDescription>>
<Extension()>
Public Function ListAsync (operations As IServicesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ServicesDescription))

Parameters

operations
IServicesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to