FrontdoorOriginPrivateLink

data class FrontdoorOriginPrivateLink(val location: String, val privateLinkTargetId: String, val requestMessage: String? = null, val targetType: String? = null)

Constructors

Link copied to clipboard
constructor(location: String, privateLinkTargetId: String, requestMessage: String? = null, targetType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the location where the Private Link resource should exist. Changing this forces a new resource to be created.

Link copied to clipboard

The ID of the Azure Resource to connect to via the Private Link.

Link copied to clipboard
val requestMessage: String? = null

Specifies the request message that will be submitted to the private_link_target_id when requesting the private link endpoint connection. Values must be between 1 and 140 characters in length. Defaults to Access request for CDN FrontDoor Private Link Origin.

Link copied to clipboard
val targetType: String? = null

Specifies the type of target for this Private Link Endpoint. Possible values are blob, blob_secondary, web and sites.