PrivateLinkServiceConnection Class
PrivateLinkServiceConnection resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2019_06_01.models._models_py3.SubResourcePrivateLinkServiceConnection
Constructor
PrivateLinkServiceConnection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, private_link_service_id: typing.Union[str, NoneType] = None, group_ids: typing.Union[typing.List[str], NoneType] = None, request_message: typing.Union[str, NoneType] = None, private_link_service_connection_state: typing.Union[_ForwardRef('PrivateLinkServiceConnectionState'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
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
- str
The resource id of private link service.
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.
- request_message
- str
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
- private_link_service_connection_state
- PrivateLinkServiceConnectionState
A collection of read-only information about the state of the connection to the remote resource.
Variables
- type
- str
The resource type.
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the private link service connection. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for