Freigeben über


IotCentralAppCollection.GetAll(CancellationToken) Methode

Definition

Rufen Sie alle IoT Central-Anwendungen in einer Ressourcengruppe ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps
  • Vorgang IdApps_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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der IotCentralAppResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: