ManagedPrivateEndpointResponse

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
constructor(connectionState: ConnectionStatePropertiesResponse? = null, fqdns: List<String>? = null, groupId: String? = null, isReserved: Boolean, privateLinkResourceId: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The managed private endpoint connection state

Link copied to clipboard
val fqdns: List<String>? = null

Fully qualified domain names

Link copied to clipboard
val groupId: String? = null

The groupId to which the managed private endpoint is created

Link copied to clipboard

Denotes whether the managed private endpoint is reserved

Link copied to clipboard

The ARM resource ID of the resource to which the managed private endpoint is created

Link copied to clipboard

The managed private endpoint provisioning state