Share via


ContainerServicePrivateEndpointConnectionCollection Class

Definition

A class representing a collection of ContainerServicePrivateEndpointConnectionResource and their operations. Each ContainerServicePrivateEndpointConnectionResource in the collection will belong to the same instance of ContainerServiceManagedClusterResource. To get a ContainerServicePrivateEndpointConnectionCollection instance call the GetContainerServicePrivateEndpointConnections method from an instance of 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)
Inheritance
ContainerServicePrivateEndpointConnectionCollection
Implements

Constructors

ContainerServicePrivateEndpointConnectionCollection()

Initializes a new instance of the ContainerServicePrivateEndpointConnectionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, ContainerServicePrivateEndpointConnectionData, CancellationToken)

Updates a private endpoint connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Update
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, ContainerServicePrivateEndpointConnectionData, CancellationToken)

Updates a private endpoint connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Update
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
Get(String, CancellationToken)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
GetAll(CancellationToken)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_List
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
GetAllAsync(CancellationToken)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnections_List
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
GetAsync(String, CancellationToken)

To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Operation Id: PrivateEndpointConnections_Get
  • Default Api Version: 2023-10-01
  • Resource: ContainerServicePrivateEndpointConnectionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ContainerServicePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ContainerServicePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to