Managed Private Endpoint Response
data class ManagedPrivateEndpointResponse(val connectionState: ConnectionStatePropertiesResponse? = null, val fqdns: List<String>? = null, val groupId: String? = null, val isReserved: Boolean, val privateLinkResourceId: String? = null, val provisioningState: String)
Properties of a managed private endpoint
Constructors
Link copied to clipboard
fun ManagedPrivateEndpointResponse(connectionState: ConnectionStatePropertiesResponse? = null, fqdns: List<String>? = null, groupId: String? = null, isReserved: Boolean, privateLinkResourceId: String? = null, provisioningState: String)