Get Managed Private Endpoint Result
data class GetManagedPrivateEndpointResult(val groupId: String, val id: String, val name: String, val privateLinkResourceId: String, val privateLinkResourceRegion: String? = null, val provisioningState: String, val requestMessage: String? = null, val systemData: SystemDataResponse, val type: String)
Class representing a managed private endpoint.
Constructors
Link copied to clipboard
fun GetManagedPrivateEndpointResult(groupId: String, id: String, name: String, privateLinkResourceId: String, privateLinkResourceRegion: String? = null, provisioningState: String, requestMessage: String? = null, systemData: SystemDataResponse, type: String)