ApplicationGatewayPrivateEndpointConnectionPropertiesOutput interface
Properties of Private Link Resource of an application gateway.
Properties
| link |
The consumer link id. |
| private |
The resource of private end point. |
| private |
A collection of information about the state of the connection between service consumer and provider. |
| provisioning |
The provisioning state of the application gateway private endpoint connection resource. |
Property Details
linkIdentifier
The consumer link id.
linkIdentifier?: string
Property Value
string
privateEndpoint
The resource of private end point.
privateEndpoint?: PrivateEndpointOutput
Property Value
privateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateOutput
Property Value
provisioningState
The provisioning state of the application gateway private endpoint connection resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"