Get Private Endpoint Connection Controller Result
data class GetPrivateEndpointConnectionControllerResult(val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: ResourceIdResponse, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
REST model used to encapsulate Private Link properties for tracked resources.
Constructors
Link copied to clipboard
constructor(groupIds: List<String>, id: String, name: String, privateEndpoint: ResourceIdResponse, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, systemData: SystemDataResponse, type: String)