ManagedPrivateEndpointsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<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.
async 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, if_match: str | None = None, *, content_type: str = 'application/json', **kwargs: Any) -> _models.ManagedPrivateEndpointResource
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The resource group name. Required. |
|
factory_name
Required
|
The factory name. Required. |
|
managed_virtual_network_name
Required
|
Managed virtual network name. Required. |
|
managed_private_endpoint_name
Required
|
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. |
|
if_match
|
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. Default value: None
|
Returns
| Type | Description |
|---|---|
|
ManagedPrivateEndpointResource or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
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
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The resource group name. Required. |
|
factory_name
Required
|
The factory name. Required. |
|
managed_virtual_network_name
Required
|
Managed virtual network name. Required. |
|
managed_private_endpoint_name
Required
|
Managed private endpoint name. Required. |
Returns
| Type | Description |
|---|---|
|
None or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
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: str | None = None, **kwargs: Any) -> ManagedPrivateEndpointResource
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The resource group name. Required. |
|
factory_name
Required
|
The factory name. Required. |
|
managed_virtual_network_name
Required
|
Managed virtual network name. Required. |
|
managed_private_endpoint_name
Required
|
Managed private endpoint name. Required. |
|
if_none_match
|
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. Default value: None
|
Returns
| Type | Description |
|---|---|
|
ManagedPrivateEndpointResource or the result of cls(response) |
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) -> AsyncIterable[ManagedPrivateEndpointResource]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The resource group name. Required. |
|
factory_name
Required
|
The factory name. Required. |
|
managed_virtual_network_name
Required
|
Managed virtual network name. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either ManagedPrivateEndpointResource or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.datafactory.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv110\\Lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>