다음을 통해 공유


IotCentralPrivateLinkResourceCollection.GetAll(CancellationToken) Method

Definition

Get all private link resources of a IoT Central Application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources
  • Operation Id: PrivateLinks_List
  • Default Api Version: 2021-11-01-preview
  • Resource: IotCentralPrivateLinkResource
public virtual Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotCentralPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of IotCentralPrivateLinkResource that may take multiple service requests to iterate over.

Applies to