ManagedPrivateEndpointsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DataFactoryManagementClient's

<xref:managed_private_endpoints> attribute.

Inheritance
builtins.object
ManagedPrivateEndpointsOperations

Constructor

ManagedPrivateEndpointsOperations(*args, **kwargs)

Methods

create_or_update

Creates or updates a managed private endpoint.

delete

Deletes a managed private endpoint.

get

Gets a managed private endpoint.

list_by_factory

Lists managed private endpoints.

create_or_update

Creates or updates a managed private endpoint.

async create_or_update(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, managed_private_endpoint_name: str, managed_private_endpoint: azure.mgmt.datafactory.models._models_py3.ManagedPrivateEndpointResource, if_match: Optional[str] = None, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.ManagedPrivateEndpointResource

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

managed_virtual_network_name
str
Required

Managed virtual network name.

managed_private_endpoint_name
str
Required

Managed private endpoint name.

managed_private_endpoint
ManagedPrivateEndpointResource
Required

Managed private endpoint resource definition.

if_match
str
Required

ETag of the managed private endpoint 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

ManagedPrivateEndpointResource, or the result of cls(response)

Return type

Exceptions

delete

Deletes a managed private endpoint.

async delete(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, managed_private_endpoint_name: str, **kwargs: Any) -> None

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

managed_virtual_network_name
str
Required

Managed virtual network name.

managed_private_endpoint_name
str
Required

Managed private endpoint name.

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 managed private endpoint.

async get(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, managed_private_endpoint_name: str, if_none_match: Optional[str] = None, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.ManagedPrivateEndpointResource

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

managed_virtual_network_name
str
Required

Managed virtual network name.

managed_private_endpoint_name
str
Required

Managed private endpoint name.

if_none_match
str
Required

ETag of the managed private endpoint 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

ManagedPrivateEndpointResource, or the result of cls(response)

Return type

Exceptions

list_by_factory

Lists managed private endpoints.

list_by_factory(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.datafactory.models._models_py3.ManagedPrivateEndpointListResponse]

Parameters

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

managed_virtual_network_name
str
Required

Managed virtual network name.

cls
callable

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

Returns

An iterator like instance of either ManagedPrivateEndpointListResponse 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'>