PrivateLinkServiceConnection interface
A grouping of information about the connection to the remote resource.
Properties
group |
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests. |
private |
A collection of read-only information about the state of the connection to the private remote resource. |
private |
The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. |
request |
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
groupIds
The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests.
groupIds?: string[]
Property Value
string[]
privateLinkServiceConnectionState
A collection of read-only information about the state of the connection to the private remote resource.
privateLinkServiceConnectionState?: PrivateLinkConnectionState
Property Value
privateLinkServiceId
The resource id of the private link service. Required on PUT (CreateOrUpdate) requests.
privateLinkServiceId?: string
Property Value
string
requestMessage
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars. NOTE: This property will not be serialized. It can only be populated by the server.
requestMessage?: string
Property Value
string