Dela via


IotConnectorsOperationsExtensions.ListByWorkspaceAsync Method

Definition

Lists all IoT Connectors for the given workspace

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))

Parameters

operations
IIotConnectorsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the service instance.

workspaceName
String

The name of workspace resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to