Share via


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