Partager via


ContainerServicePrivateEndpointConnectionCollection.GetAll Méthode

Définition

Pour en savoir plus sur les clusters privés, consultez : https://docs.microsoft.com/azure/aks/private-clusters

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections
  • IdPrivateEndpointConnections_List d’opération
public virtual Azure.Pageable<Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerServicePrivateEndpointConnectionResource)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de ContainerServicePrivateEndpointConnectionResource qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à