Freigeben über


ContainerAppDetectorCollection.GetAll(CancellationToken) Methode

Definition

Rufen Sie die Liste der Diagnose für eine bestimmte Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors
  • Vorgangs-IdContainerAppsDiagnostics_ListDetectors
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppDetectorResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ContainerAppDetectorResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: