PrivateEndpointConnectionsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:private_endpoint_connections> attribute.
- Inheritance
-
builtins.objectPrivateEndpointConnectionsOperations
Constructor
PrivateEndpointConnectionsOperations(*args, **kwargs)
Methods
| begin_delete |
Deletes a private endpoint connection. Deletes the private endpoint connection in the specified managed cluster. |
| get |
Gets the private endpoint connection. Gets the details of the private endpoint connection by managed cluster and resource group. |
| list |
Gets a list of private endpoint connections in the specified managed cluster. Gets a list of private endpoint connections in the specified managed cluster. The operation returns properties of each private endpoint connection. |
| update |
Updates a private endpoint connection. Updates a private endpoint connection in the specified managed cluster. |
begin_delete
Deletes a private endpoint connection.
Deletes the private endpoint connection in the specified managed cluster.
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
- 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 private endpoint connection.
Gets the details of the private endpoint connection by managed cluster and resource group.
async get(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2021_02_01.models._models_py3.PrivateEndpointConnection
Parameters
- 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.
Gets a list of private endpoint connections in the specified managed cluster. The operation returns properties of each private endpoint connection.
async list(resource_group_name: str, resource_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2021_02_01.models._models_py3.PrivateEndpointConnectionListResult
Parameters
- 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 in the specified managed cluster.
async update(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, parameters: azure.mgmt.containerservice.v2021_02_01.models._models_py3.PrivateEndpointConnection, **kwargs: Any) -> azure.mgmt.containerservice.v2021_02_01.models._models_py3.PrivateEndpointConnection
Parameters
- parameters
- PrivateEndpointConnection
Parameters supplied to the Update a private endpoint connection operation.
- 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.v2021_02_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\containerservice\\v2021_02_01\\models\\__init__.py'>
Feedback
Submit and view feedback for