Freigeben über


AgentPoolSnapshotCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AgentPoolSnapshotResource Vorgänge darstellt. Jedes AgentPoolSnapshotResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um eine AgentPoolSnapshotCollection instance rufen Sie die GetAgentPoolSnapshots-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

AgentPoolSnapshotCollection()

Initialisiert eine neue instance der -Klasse für die AgentPoolSnapshotCollection 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

CreateOrUpdate(WaitUntil, String, AgentPoolSnapshotData, CancellationToken)

Erstellt oder aktualisiert eine Momentaufnahme.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}
  • Vorgangs-IdSnapshots_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AgentPoolSnapshotData, CancellationToken)

Erstellt oder aktualisiert eine Momentaufnahme.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}
  • Vorgangs-IdSnapshots_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}
  • Vorgangs-IdSnapshots_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}
  • Vorgangs-IdSnapshots_Get
Get(String, CancellationToken)

Ruft einen Momentaufnahme ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}
  • Vorgangs-IdSnapshots_Get
GetAll(CancellationToken)

Listet Momentaufnahmen im angegebenen Abonnement und der angegebenen Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots
  • Vorgangs-IdSnapshots_ListByResourceGroup
GetAllAsync(CancellationToken)

Listet Momentaufnahmen im angegebenen Abonnement und der angegebenen Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots
  • Vorgangs-IdSnapshots_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft einen Momentaufnahme ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/snapshots/{resourceName}
  • Vorgangs-IdSnapshots_Get
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<AgentPoolSnapshotResource>.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<AgentPoolSnapshotResource>.GetEnumerator()

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

Gilt für: