PrivateLinkServiceConnectionProperties Class
Properties of the PrivateLinkServiceConnection.
Constructor
PrivateLinkServiceConnectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
The provisioning state of the private link service connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
private_link_service_id
|
The resource id of private link service. |
|
group_ids
|
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. |
|
request_message
|
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. |
|
private_link_service_connection_state
|
A collection of read-only information about the state of the connection to the remote resource. |
Attributes
group_ids
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
group_ids: list[str] | None
private_link_service_connection_state
A collection of read-only information about the state of the connection to the remote resource.
private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None
private_link_service_id
The resource id of private link service.
private_link_service_id: str | None
provisioning_state
The provisioning state of the private link service connection resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
request_message
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
request_message: str | None