Compartilhar via


ContainerServiceExtensions.GetManagedClusterSnapshots Método

Definição

Sobrecargas

GetManagedClusterSnapshots(ResourceGroupResource)

Obtém uma coleção de ManagedClusterSnapshotResources no ResourceGroupResource.

GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

Obtém uma lista de instantâneos de cluster gerenciado na assinatura especificada.

  • Caminho da solicitação/assinaturas/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • IdManagedClusterSnapshots_List de operação

GetManagedClusterSnapshots(ResourceGroupResource)

Obtém uma coleção de ManagedClusterSnapshotResources no ResourceGroupResource.

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

Parâmetros

resourceGroupResource
ResourceGroupResource

A ResourceGroupResource instância na qual o método será executado.

Retornos

Um objeto que representa a coleção de ManagedClusterSnapshotResources e suas operações em um ManagedClusterSnapshotResource.

Aplica-se a

GetManagedClusterSnapshots(SubscriptionResource, CancellationToken)

Obtém uma lista de instantâneos de cluster gerenciado na assinatura especificada.

  • Caminho da solicitação/assinaturas/{subscriptionId}/providers/Microsoft.ContainerService/managedclustersnapshots
  • IdManagedClusterSnapshots_List de operação
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)

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância na qual o método será executado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de ManagedClusterSnapshotResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a