ManagedPrivateEndpointsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DataFactoryManagementClient's

<xref:managed_private_endpoints> attribute.

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.

create_or_update(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, managed_private_endpoint_name: str, managed_private_endpoint: _models.ManagedPrivateEndpointResource, *, content_type: str = 'application/json', etag: str | None = None, match_condition: MatchConditions | None = None, **kwargs: Any) -> _models.ManagedPrivateEndpointResource

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

factory_name
Required
str

The factory name. Required.

managed_virtual_network_name
Required
str

Managed virtual network name. Required.

managed_private_endpoint_name
Required
str

Managed private endpoint name. Required.

managed_private_endpoint
Required

Managed private endpoint resource definition. Is either a ManagedPrivateEndpointResource type or a IO[bytes] type. Required.

Keyword-Only Parameters

Name Description
etag
str

check if resource is changed. Set None to skip checking etag. Default value is None.

Default value: None
match_condition

The match condition to use upon the etag. Default value is None.

Default value: None

Returns

Type Description

ManagedPrivateEndpointResource. The ManagedPrivateEndpointResource is compatible with MutableMapping

Exceptions

Type Description

delete

Deletes a managed private endpoint.

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

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

factory_name
Required
str

The factory name. Required.

managed_virtual_network_name
Required
str

Managed virtual network name. Required.

managed_private_endpoint_name
Required
str

Managed private endpoint name. Required.

Returns

Type Description

None

Exceptions

Type Description

get

Gets a managed private endpoint.

get(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, managed_private_endpoint_name: str, *, etag: str | None = None, match_condition: MatchConditions | None = None, **kwargs: Any) -> ManagedPrivateEndpointResource

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

factory_name
Required
str

The factory name. Required.

managed_virtual_network_name
Required
str

Managed virtual network name. Required.

managed_private_endpoint_name
Required
str

Managed private endpoint name. Required.

Keyword-Only Parameters

Name Description
etag
str

check if resource is changed. Set None to skip checking etag. Default value is None.

Default value: None
match_condition

The match condition to use upon the etag. Default value is None.

Default value: None

Returns

Type Description

ManagedPrivateEndpointResource. The ManagedPrivateEndpointResource is compatible with MutableMapping

Exceptions

Type Description

list_by_factory

Lists managed private endpoints.

list_by_factory(resource_group_name: str, factory_name: str, managed_virtual_network_name: str, **kwargs: Any) -> ItemPaged[ManagedPrivateEndpointResource]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

factory_name
Required
str

The factory name. Required.

managed_virtual_network_name
Required
str

Managed virtual network name. Required.

Returns

Type Description

An iterator like instance of ManagedPrivateEndpointResource

Exceptions

Type Description