ConnectionProperties interface
Properties of the Connection resource.
Properties
| connection |
The connection status. |
| description | A description for the Connection. |
| job |
List of job definitions associated with this connection. |
| private |
The PrivateEndpointName associated with the connection. |
| private |
The privateEndpoint resource Id |
| private |
The PrivateLinkServiceId for the connection. |
| provisioning |
The provisioning state of this resource. |
Property Details
connectionStatus
The connection status.
connectionStatus?: string
Property Value
string
description
A description for the Connection.
description?: string
Property Value
string
jobList
List of job definitions associated with this connection.
jobList?: string[]
Property Value
string[]
privateEndpointName
The PrivateEndpointName associated with the connection.
privateEndpointName?: string
Property Value
string
privateEndpointResourceId
The privateEndpoint resource Id
privateEndpointResourceId?: string
Property Value
string
privateLinkServiceId
The PrivateLinkServiceId for the connection.
privateLinkServiceId: string
Property Value
string
provisioningState
The provisioning state of this resource.
provisioningState?: string
Property Value
string