Get AFDOrigin Result
data class GetAFDOriginResult(val azureOrigin: ResourceReferenceResponse? = null, val deploymentStatus: String, val enabledState: String? = null, val enforceCertificateNameCheck: Boolean? = null, val hostName: String, val httpPort: Int? = null, val httpsPort: Int? = null, val id: String, val name: String, val originGroupName: String, val originHostHeader: String? = null, val priority: Int? = null, val provisioningState: String, val sharedPrivateLinkResource: SharedPrivateLinkResourcePropertiesResponse? = null, val systemData: SystemDataResponse, val type: String, val weight: Int? = null)
Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.
Constructors
Link copied to clipboard
fun GetAFDOriginResult(azureOrigin: ResourceReferenceResponse? = null, deploymentStatus: String, enabledState: String? = null, enforceCertificateNameCheck: Boolean? = null, hostName: String, httpPort: Int? = null, httpsPort: Int? = null, id: String, name: String, originGroupName: String, originHostHeader: String? = null, priority: Int? = null, provisioningState: String, sharedPrivateLinkResource: SharedPrivateLinkResourcePropertiesResponse? = null, systemData: SystemDataResponse, type: String, weight: Int? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
Link copied to clipboard
Link copied to clipboard