Dela via


IotConnectorsOperationsExtensions.ListByWorkspace Method

Definition

Lists all IoT Connectors for the given workspace

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.IotConnector> ListByWorkspace (this Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.HealthcareApis.IIotConnectorsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.IotConnector>
<Extension()>
Public Function ListByWorkspace (operations As IIotConnectorsOperations, resourceGroupName As String, workspaceName As String) As 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.

Returns

Applies to