Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, 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(azureApiVersion: String, groupIds: List<String>? = null, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
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.