你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotConnectorsOperationsExtensions.ListByWorkspaceAsync 方法

定义

列出给定工作区的所有 IoT 连接器

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

参数

operations
IIotConnectorsOperations

此扩展方法的操作组。

resourceGroupName
String

包含服务实例的资源组的名称。

workspaceName
String

工作区资源的名称。

cancellationToken
CancellationToken

取消标记。

返回

适用于