Freigeben über


IotDpsResourceOperationsExtensions.ListBySubscriptionAsync Methode

Definition

Rufen Sie alle Bereitstellungsdienste in einem Abonnement ab.

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

Parameter

operations
IIotDpsResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Bereitstellungsdienste für eine bestimmte Abonnement-ID auf.

Gilt für: