ManagedPrivateEndpoint Class
Properties of a managed private endpoint.
Constructor
ManagedPrivateEndpoint(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
Attributes
connection_state
The managed private endpoint connection state.
connection_state: _models.ConnectionStateProperties | None
fqdns
Fully qualified domain names.
fqdns: list[str] | None
group_id
The groupId to which the managed private endpoint is created.
group_id: str | None
is_reserved
Denotes whether the managed private endpoint is reserved.
is_reserved: bool | None
private_link_resource_id
The ARM resource ID of the resource to which the managed private endpoint is created.
private_link_resource_id: str | None
provisioning_state
The managed private endpoint provisioning state.
provisioning_state: str | None