Get Managed Private Endpoint Result
data class GetManagedPrivateEndpointResult(val connectionState: ManagedPrivateEndpointConnectionStateResponse, val groupIds: List<String>? = null, val id: String, val location: String, val name: String, val privateLinkResourceId: String? = null, val privateLinkResourceRegion: String? = null, val privateLinkServicePrivateIP: String, val privateLinkServiceUrl: String? = null, val provisioningState: String, val requestMessage: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The managed private endpoint resource type.
Constructors
Link copied to clipboard
fun GetManagedPrivateEndpointResult(connectionState: ManagedPrivateEndpointConnectionStateResponse, groupIds: List<String>? = null, id: String, location: String, name: String, privateLinkResourceId: String? = null, privateLinkResourceRegion: String? = null, privateLinkServicePrivateIP: String, privateLinkServiceUrl: String? = null, provisioningState: String, requestMessage: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)