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 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.
begin_delete(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> azure.core.polling._poller.LROPoller[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 PollingMethod
By default, your polling method will be ARMPolling. 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 LROPoller 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.
get(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2021_09_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.
To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.
list(resource_group_name: str, resource_name: str, **kwargs: Any) -> azure.mgmt.containerservice.v2021_09_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.
update(resource_group_name: str, resource_name: str, private_endpoint_connection_name: str, parameters: azure.mgmt.containerservice.v2021_09_01.models._models_py3.PrivateEndpointConnection, **kwargs: Any) -> azure.mgmt.containerservice.v2021_09_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
Attributes
models
models = <module 'azure.mgmt.containerservice.v2021_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\containerservice\\v2021_09_01\\models\\__init__.py'>
Feedback
Submit and view feedback for