Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val groupIds: List<String>? = null, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Response for PrivateEndpoint Connection object
Constructors
Link copied to clipboard
constructor(groupIds: List<String>? = null, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Private Endpoint resource
Link copied to clipboard
Private Link Service Connection State.
Link copied to clipboard
Provisioning State of Private Endpoint connection resource
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.