Share via


PrivateLinkServiceConnectionPropertiesOutput interface

Properties of the PrivateLinkServiceConnection.

Properties

groupIds

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

privateLinkServiceConnectionState

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

privateLinkServiceId

The resource id of private link service.

provisioningState

The provisioning state of the private link service connection resource.

requestMessage

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

Property Details

groupIds

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

groupIds?: string[]

Property Value

string[]

privateLinkServiceConnectionState

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

privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateOutput

Property Value

privateLinkServiceId

The resource id of private link service.

privateLinkServiceId?: string

Property Value

string

provisioningState

The provisioning state of the private link service connection resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

requestMessage

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

requestMessage?: string

Property Value

string