Freigeben über


ContainerServiceExtensions.GetManagedClusterSnapshots Methode

Definition

Überlädt

GetManagedClusterSnapshots(ResourceGroupResource)

Ruft eine Auflistung von ManagedClusterSnapshotResources in resourceGroupResource ab.

GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

Ruft eine Liste der verwalteten Clustermomentaufnahmen im angegebenen Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Vorgang IdManagedClusterSnapshots_List

GetManagedClusterSnapshots(ResourceGroupResource)

Ruft eine Auflistung von ManagedClusterSnapshotResources in resourceGroupResource ab.

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

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

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

Gilt für:

GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

Ruft eine Liste der verwalteten Clustermomentaufnahmen im angegebenen Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • Vorgang IdManagedClusterSnapshots_List
public static Azure.Pageable<Azure.ResourceManager.ContainerService.ManagedClusterSnapshotResource> GetManagedClusterSnapshots (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetManagedClusterSnapshots : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerService.ManagedClusterSnapshotResource>
<Extension()>
Public Function GetManagedClusterSnapshots (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedClusterSnapshotResource)

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 ManagedClusterSnapshotResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: