Freigeben über


ContainerAppDetectorPropertyRevisionCollection Klasse

Definition

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

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

Konstruktoren

ContainerAppDetectorPropertyRevisionCollection()

Initialisiert eine neue instance der -Klasse für die ContainerAppDetectorPropertyRevisionCollection 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}/detectorProperties/revisionsApi/revisions/{revisionName}
  • Vorgangs-IdContainerAppsDiagnostics_GetRevision
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/{revisionName}
  • Vorgangs-IdContainerAppsDiagnostics_GetRevision
Get(String, CancellationToken)

Rufen Sie eine Revision einer Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/{revisionName}
  • Vorgangs-IdContainerAppsDiagnostics_GetRevision
GetAll(String, CancellationToken)

Rufen Sie die Revisionen für eine bestimmte Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions
  • Vorgangs-IdContainerAppsDiagnostics_ListRevisions
GetAllAsync(String, CancellationToken)

Rufen Sie die Revisionen für eine bestimmte Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions
  • Vorgangs-IdContainerAppsDiagnostics_ListRevisions
GetAsync(String, CancellationToken)

Rufen Sie eine Revision einer Container-App ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/{revisionName}
  • Vorgangs-IdContainerAppsDiagnostics_GetRevision
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<ContainerAppDetectorPropertyRevisionResource>.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<ContainerAppDetectorPropertyRevisionResource>.GetEnumerator()

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

Gilt für: