Partager via


ContainerServicePrivateEndpointConnectionCollection Classe

Définition

Classe représentant une collection de ContainerServicePrivateEndpointConnectionResource et leurs opérations. Chacun ContainerServicePrivateEndpointConnectionResource de la collection appartient au même instance de ContainerServiceManagedClusterResource. Pour obtenir un ContainerServicePrivateEndpointConnectionCollection instance appelez la méthode GetContainerServicePrivateEndpointConnections à partir d’un instance de ContainerServiceManagedClusterResource.

public class ContainerServicePrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerService.ContainerServicePrivateEndpointConnectionResource>
type ContainerServicePrivateEndpointConnectionCollection = class
    inherit ArmCollection
    interface seq<ContainerServicePrivateEndpointConnectionResource>
    interface IEnumerable
    interface IAsyncEnumerable<ContainerServicePrivateEndpointConnectionResource>
Public Class ContainerServicePrivateEndpointConnectionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ContainerServicePrivateEndpointConnectionResource), IEnumerable(Of ContainerServicePrivateEndpointConnectionResource)
Héritage
ContainerServicePrivateEndpointConnectionCollection
Implémente

Constructeurs

ContainerServicePrivateEndpointConnectionCollection()

Initialise une nouvelle instance de la ContainerServicePrivateEndpointConnectionCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, ContainerServicePrivateEndpointConnectionData, CancellationToken)

Mises à jour une connexion de point de terminaison privé.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Update d’opération
CreateOrUpdateAsync(WaitUntil, String, ContainerServicePrivateEndpointConnectionData, CancellationToken)

Mises à jour une connexion de point de terminaison privé.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Update d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Get d’opération
Get(String, CancellationToken)

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Get d’opération
GetAll(CancellationToken)

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

  • Chemin d’accès/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections
  • IdPrivateEndpointConnections_List d’opération
GetAllAsync(CancellationToken)

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

  • Chemin d’accès/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections
  • IdPrivateEndpointConnections_List d’opération
GetAsync(String, CancellationToken)

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • IdPrivateEndpointConnections_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<ContainerServicePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<ContainerServicePrivateEndpointConnectionResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à