Freigeben über


IotConnectorsOperationsExtensions.ListByWorkspaceAsync Methode

Definition

Listet alle IoT-Connectors für den angegebenen Arbeitsbereich auf.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.IotConnector>> ListByWorkspaceAsync (this Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.IotConnector>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IIotConnectorsOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IotConnector))

Parameter

operations
IIotConnectorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Dienst instance enthält.

workspaceName
String

Der Name der Arbeitsbereichsressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: