ManagedPrivateEndpoint Class
Properties of a managed private endpoint.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelManagedPrivateEndpoint
Constructor
ManagedPrivateEndpoint(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, connection_state: _models.ConnectionStateProperties | None = None, fqdns: List[str] | None = None, group_id: str | None = None, private_link_resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
connection_state
|
The managed private endpoint connection state. |
fqdns
|
Fully qualified domain names. |
group_id
|
The groupId to which the managed private endpoint is created. |
private_link_resource_id
|
The ARM resource ID of the resource to which the managed private endpoint is created. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
connection_state
|
The managed private endpoint connection state. |
fqdns
|
Fully qualified domain names. |
group_id
|
The groupId to which the managed private endpoint is created. |
is_reserved
|
Denotes whether the managed private endpoint is reserved. |
private_link_resource_id
|
The ARM resource ID of the resource to which the managed private endpoint is created. |
provisioning_state
|
The managed private endpoint provisioning state. |
Azure SDK for Python