PrivateEndpointConnectionResponse

data class PrivateEndpointConnectionResponse(val eTag: String? = null, val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val properties: PrivateEndpointConnectionPropertiesResponse, val provisioningState: String? = null, val systemData: SystemDataResponse? = null, val type: String)

A private endpoint connection for a project.

Constructors

Link copied to clipboard
constructor(eTag: String? = null, groupIds: List<String>? = null, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, properties: PrivateEndpointConnectionPropertiesResponse, provisioningState: String? = null, systemData: SystemDataResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eTag: String? = null

For optimistic concurrency control.

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

The group ids for the private endpoint resource.

Link copied to clipboard
val id: String

Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}

Link copied to clipboard

Name of the private endpoint endpoint connection.

Link copied to clipboard

The private endpoint resource.

Link copied to clipboard

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard

Properties of the private endpoint endpoint connection.

Link copied to clipboard

The provisioning state of the private endpoint connection resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Type of the object = Microsoft.Migrate/assessmentProjects/privateEndpointConnections.