PrivateLinkServiceConnection Class
PrivateLinkServiceConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
PrivateLinkServiceConnection(*, id: str | None = None, name: str | None = None, private_link_service_id: str | None = None, group_ids: List[str] | None = None, request_message: str | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
id
|
Resource ID. Default value: None
|
|
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. Default value: None
|
|
private_link_service_id
|
The resource id of private link service. Default value: None
|
|
group_ids
|
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Default value: None
|
|
request_message
|
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. Default value: None
|
|
private_link_service_connection_state
|
A collection of read-only information about the state of the connection to the remote resource. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
|
type
|
The resource type. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
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. |