Get Origin Result
data class GetOriginResult(val enabled: Boolean? = null, val hostName: String, val httpPort: Int? = null, val httpsPort: Int? = null, val id: String, val name: String, val originHostHeader: String? = null, val priority: Int? = null, val privateEndpointStatus: String, val privateLinkAlias: String? = null, val privateLinkApprovalMessage: String? = null, val privateLinkLocation: String? = null, val privateLinkResourceId: String? = null, val provisioningState: String, val resourceState: String, val systemData: SystemDataResponse, val type: String, val weight: Int? = null)
CDN origin is the source of the content being delivered via CDN. 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 GetOriginResult(enabled: Boolean? = null, hostName: String, httpPort: Int? = null, httpsPort: Int? = null, id: String, name: String, originHostHeader: String? = null, priority: Int? = null, privateEndpointStatus: String, privateLinkAlias: String? = null, privateLinkApprovalMessage: String? = null, privateLinkLocation: String? = null, privateLinkResourceId: String? = null, provisioningState: String, resourceState: String, systemData: SystemDataResponse, type: String, weight: Int? = null)
Types
Properties
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 CDN 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
Link copied to clipboard
Link copied to clipboard