Get Web App Private Endpoint Connection Result
data class GetWebAppPrivateEndpointConnectionResult(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(id: String, ipAddresses: List<String>? = null, kind: String? = null, name: String, privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, provisioningState: String, type: String)