Sdílet prostřednictvím


AppsOperationsExtensions.ListBySubscriptionAsync Method

Definition

Get all IoT Central Applications in a subscription.

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

Parameters

operations
IAppsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to