PrivateEndpointConnectionOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:private_endpoint_connection> attribute.
- Inheritance
-
builtins.objectPrivateEndpointConnectionOperations
Constructor
PrivateEndpointConnectionOperations(*args, **kwargs)
Methods
| create_or_update |
Approves or rejects a private endpoint connection. |
| delete |
Deletes a private endpoint connection. |
| get |
Gets a private endpoint connection. |
create_or_update
Approves or rejects a private endpoint connection.
async create_or_update(resource_group_name: str, factory_name: str, private_endpoint_connection_name: str, private_endpoint_wrapper: azure.mgmt.datafactory.models._models_py3.PrivateLinkConnectionApprovalRequestResource, if_match: Optional[str] = None, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.PrivateEndpointConnectionResource
Parameters
- private_endpoint_wrapper
- PrivateLinkConnectionApprovalRequestResource
- if_match
- str
ETag of the private endpoint connection entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. Default value is None.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
PrivateEndpointConnectionResource, or the result of cls(response)
Return type
Exceptions
delete
Deletes a private endpoint connection.
async delete(resource_group_name: str, factory_name: str, private_endpoint_connection_name: str, **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Gets a private endpoint connection.
async get(resource_group_name: str, factory_name: str, private_endpoint_connection_name: str, if_none_match: Optional[str] = None, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.PrivateEndpointConnectionResource
Parameters
- if_none_match
- str
ETag of the private endpoint connection entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned. Default value is None.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
PrivateEndpointConnectionResource, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>
Feedback
Submit and view feedback for