共用方式為


HealthcareApisIotConnectorCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all IoT Connectors for the given workspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/iotconnectors
  • Operation Id: IotConnectors_ListByWorkspace
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisIotConnectorResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.HealthcareApis.HealthcareApisIotConnectorResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HealthcareApis.HealthcareApisIotConnectorResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HealthcareApis.HealthcareApisIotConnectorResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HealthcareApisIotConnectorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of HealthcareApisIotConnectorResource that may take multiple service requests to iterate over.

Applies to