PrivateEndpointConnectionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerServiceClient's

<xref:private_endpoint_connections> attribute.

Inheritance
builtins.object
PrivateEndpointConnectionsOperations

Constructor

PrivateEndpointConnectionsOperations(*args, **kwargs)

Methods

begin_delete

Deletes a private endpoint connection.

Deletes a private endpoint connection.

get

Gets the specified private endpoint connection.

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

list

Gets a list of private endpoint connections in the specified managed cluster.

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

update

Updates a private endpoint connection.

Updates a private endpoint connection.

begin_delete

Deletes a private endpoint connection.

Deletes a private endpoint connection.

async begin_delete(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[None]

Parameters

resource_group_name
str
Required

The name of the resource group.

resource_name
str
Required

The name of the managed cluster resource.

private_endpoint_connection_name
str
Required

The name of the private endpoint connection.

cls
callable

A custom type or function that will be passed the direct response

continuation_token
str

A continuation token to restart a poller from a saved state.

polling
bool or AsyncPollingMethod

By default, your polling method will be AsyncARMPolling. Pass in False for this operation to not poll, or pass in your own initialized polling object for a personal polling strategy.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Returns

An instance of AsyncLROPoller that returns either None or the result of cls(response)

Return type

Exceptions

get

Gets the specified private endpoint connection.

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

async get(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2022_01_01.models._models_py3.PrivateEndpointConnection

Parameters

resource_group_name
str
Required

The name of the resource group.

resource_name
str
Required

The name of the managed cluster resource.

private_endpoint_connection_name
str
Required

The name of the private endpoint connection.

cls
callable

A custom type or function that will be passed the direct response

Returns

PrivateEndpointConnection, or the result of cls(response)

Return type

Exceptions

list

Gets a list of private endpoint connections in the specified managed cluster.

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

async list(resource_group_name: str, resource_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2022_01_01.models._models_py3.PrivateEndpointConnectionListResult

Parameters

resource_group_name
str
Required

The name of the resource group.

resource_name
str
Required

The name of the managed cluster resource.

cls
callable

A custom type or function that will be passed the direct response

Returns

PrivateEndpointConnectionListResult, or the result of cls(response)

Return type

Exceptions

update

Updates a private endpoint connection.

Updates a private endpoint connection.

async update(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, parameters: azure.mgmt.containerservice.v2022_01_01.models._models_py3.PrivateEndpointConnection, **kwargs: Any) -> azure.mgmt.containerservice.v2022_01_01.models._models_py3.PrivateEndpointConnection

Parameters

resource_group_name
str
Required

The name of the resource group.

resource_name
str
Required

The name of the managed cluster resource.

private_endpoint_connection_name
str
Required

The name of the private endpoint connection.

parameters
PrivateEndpointConnection
Required

The updated private endpoint connection.

cls
callable

A custom type or function that will be passed the direct response

Returns

PrivateEndpointConnection, or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.containerservice.v2022_01_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\containerservice\\v2022_01_01\\models\\__init__.py'>