PrivateLinkServiceConnection Class
PrivateLinkServiceConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourcePrivateLinkServiceConnection
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. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
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. |
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: "Succeeded", "Updating", "Deleting", and "Failed". |
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. |
Azure SDK for Python