Share via


IotCentralAppCollection.GetAll(CancellationToken) Method

Definition

Get all the IoT Central Applications in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps
  • Operation Id: Apps_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralAppResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralAppResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotCentral.IotCentralAppResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotCentralAppResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to