Freigeben über


ContainerAppDetectorCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ContainerAppDetectorResource Vorgänge darstellt. Jedes ContainerAppDetectorResource in der Auflistung gehört zum gleichen instance von ContainerAppResource. Um eine ContainerAppDetectorCollection instance rufen Sie die GetContainerAppDetectors-Methode aus einer instance von aufContainerAppResource.

public class ContainerAppDetectorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.ContainerAppDetectorResource>
type ContainerAppDetectorCollection = class
    inherit ArmCollection
    interface seq<ContainerAppDetectorResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerAppDetectorResource>
Public Class ContainerAppDetectorCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerAppDetectorResource), IEnumerable(Of ContainerAppDetectorResource)
Vererbung
ContainerAppDetectorCollection
Implementiert

Konstruktoren

ContainerAppDetectorCollection()

Initialisiert eine neue instance der -Klasse für die ContainerAppDetectorCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Vorgangs-IdContainerAppsDiagnostics_GetDetector
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Vorgangs-IdContainerAppsDiagnostics_GetDetector
Get(String, CancellationToken)

Ruft ein Diagnose Ergebnis einer Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Vorgangs-IdContainerAppsDiagnostics_GetDetector
GetAll(CancellationToken)

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
GetAllAsync(CancellationToken)

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
GetAsync(String, CancellationToken)

Ruft ein Diagnose Ergebnis einer Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectors/{detectorName}
  • Vorgangs-IdContainerAppsDiagnostics_GetDetector
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ContainerAppDetectorResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ContainerAppDetectorResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: