Freigeben über


ContainerServiceExtensions.GetAgentPoolSnapshots Methode

Definition

Überlädt

GetAgentPoolSnapshots(ResourceGroupResource)

Ruft eine Auflistung von AgentPoolSnapshotResources in resourceGroupResource ab.

GetAgentPoolSnapshots(SubscriptionResource, CancellationToken)

Ruft eine Liste der Momentaufnahmen im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/snapshots
  • Vorgang IdSnapshots_List

GetAgentPoolSnapshots(ResourceGroupResource)

Ruft eine Auflistung von AgentPoolSnapshotResources in resourceGroupResource ab.

public static Azure.ResourceManager.ContainerService.AgentPoolSnapshotCollection GetAgentPoolSnapshots (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAgentPoolSnapshots : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ContainerService.AgentPoolSnapshotCollection
<Extension()>
Public Function GetAgentPoolSnapshots (resourceGroupResource As ResourceGroupResource) As AgentPoolSnapshotCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von AgentPoolSnapshotResources und deren Vorgänge über eine AgentPoolSnapshotResource darstellt.

Gilt für:

GetAgentPoolSnapshots(SubscriptionResource, CancellationToken)

Ruft eine Liste der Momentaufnahmen im angegebenen Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerService/snapshots
  • Vorgang IdSnapshots_List
public static Azure.Pageable<Azure.ResourceManager.ContainerService.AgentPoolSnapshotResource> GetAgentPoolSnapshots (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAgentPoolSnapshots : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerService.AgentPoolSnapshotResource>
<Extension()>
Public Function GetAgentPoolSnapshots (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AgentPoolSnapshotResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: