Get Endpoint Result
data class GetEndpointResult(val contentTypesToCompress: List<String>? = null, val defaultOriginGroup: ResourceReferenceResponse? = null, val deliveryPolicy: EndpointPropertiesUpdateParametersResponseDeliveryPolicy? = null, val geoFilters: List<GeoFilterResponse>? = null, val hostName: String, val id: String, val isCompressionEnabled: Boolean? = null, val isHttpAllowed: Boolean? = null, val isHttpsAllowed: Boolean? = null, val location: String, val name: String, val optimizationType: String? = null, val originGroups: List<DeepCreatedOriginGroupResponse>? = null, val originHostHeader: String? = null, val originPath: String? = null, val origins: List<DeepCreatedOriginResponse>, val probePath: String? = null, val provisioningState: String, val queryStringCachingBehavior: String? = null, val resourceState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val urlSigningKeys: List<UrlSigningKeyResponse>? = null, val webApplicationFirewallPolicyLink: EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink? = null)
CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format
Constructors
Link copied to clipboard
fun GetEndpointResult(contentTypesToCompress: List<String>? = null, defaultOriginGroup: ResourceReferenceResponse? = null, deliveryPolicy: EndpointPropertiesUpdateParametersResponseDeliveryPolicy? = null, geoFilters: List<GeoFilterResponse>? = null, hostName: String, id: String, isCompressionEnabled: Boolean? = null, isHttpAllowed: Boolean? = null, isHttpsAllowed: Boolean? = null, location: String, name: String, optimizationType: String? = null, originGroups: List<DeepCreatedOriginGroupResponse>? = null, originHostHeader: String? = null, originPath: String? = null, origins: List<DeepCreatedOriginResponse>, probePath: String? = null, provisioningState: String, queryStringCachingBehavior: String? = null, resourceState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, urlSigningKeys: List<UrlSigningKeyResponse>? = null, webApplicationFirewallPolicyLink: EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The host header value sent to the origin with each request. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard