IotCentralAppCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.IotCentral.IotCentralAppResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotCentral.IotCentralAppResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotCentral.IotCentralAppResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotCentralAppResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to