Freigeben über


BatchAccountDetectorCollection.GetAll(CancellationToken) Methode

Definition

Ruft Informationen zu den Detektoren ab, die für ein bestimmtes Batch-Konto verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/detectors
  • Vorgang IdBatchAccount_ListDetectors
public virtual Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountDetectorResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountDetectorResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountDetectorResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountDetectorResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: