Get Application Gateway Private Endpoint Connection Result
data class GetApplicationGatewayPrivateEndpointConnectionResult(val etag: String, val id: String? = null, val linkIdentifier: String, val name: String? = null, val privateEndpoint: PrivateEndpointResponse, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)
Private Endpoint connection on an application gateway.
Constructors
Link copied to clipboard
fun GetApplicationGatewayPrivateEndpointConnectionResult(etag: String, id: String? = null, linkIdentifier: String, name: String? = null, privateEndpoint: PrivateEndpointResponse, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)