IotConnectorsOperationsExtensions.ListByWorkspace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.