Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: PrivateEndpointConnectionResponse, val tags: Map<String, String>? = null, val type: String)
Private Endpoint Connection Response Properties
Constructors
Link copied to clipboard
fun GetPrivateEndpointConnectionResult(eTag: String? = null, id: String, location: String? = null, name: String, properties: PrivateEndpointConnectionResponse, tags: Map<String, String>? = null, type: String)