Get Web App Private Endpoint Connection Result
data class GetWebAppPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val ipAddresses: List<String>? = null, val kind: String? = null, val name: String, val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val provisioningState: String, val type: String)
Remote Private Endpoint Connection ARM resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, ipAddresses: List<String>? = null, kind: String? = null, name: String, privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Private IPAddresses mapped to the remote private endpoint
Link copied to clipboard
PrivateEndpoint of a remote private endpoint connection
Link copied to clipboard
The state of a private link connection
Link copied to clipboard