Get Application Gateway Private Endpoint Connection Result
data class GetApplicationGatewayPrivateEndpointConnectionResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, etag: String, id: String? = null, linkIdentifier: String, name: String? = null, privateEndpoint: PrivateEndpointResponse, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The consumer link id.
Link copied to clipboard
The resource of private end point.
Link copied to clipboard
A collection of information about the state of the connection between service consumer and provider.
Link copied to clipboard
The provisioning state of the application gateway private endpoint connection resource.