PrivateLinkServiceConnection Class

A grouping of information about the connection to the remote resource.

Inheritance
PrivateLinkServiceConnection

Constructor

PrivateLinkServiceConnection(*, private_link_service_id: Optional[str] = None, group_ids: Optional[List[str]] = None, request_message: Optional[str] = None, private_link_service_connection_state: Optional[azure.mgmt.streamanalytics.models._models_py3.PrivateLinkConnectionState] = None, **kwargs)

Parameters

private_link_service_id
str
Required

The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.

group_ids
list[str]
Required

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.

request_message
str
Required

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

private_link_service_connection_state
<xref:stream_analytics_management_client.models.PrivateLinkConnectionState>
Required

A collection of read-only information about the state of the connection to the private remote resource.