GetPrivateEndpointConnectionResult

data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionStateResponse? = null, val provisioningState: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, groupIds: List<String>? = null, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: ConnectionStateResponse? = null, provisioningState: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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

GroupIds from the private link service resource.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The Private Endpoint resource for this Connection.

Link copied to clipboard

Details about the state of the connection.

Link copied to clipboard

Provisioning state of the Private Endpoint Connection.

Link copied to clipboard

Type of the resource.