GetAFDOriginResult

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource reference to the Azure origin resource.

Link copied to clipboard
Link copied to clipboard
val enabledState: String? = null

Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.

Link copied to clipboard

Whether to enable certificate name check at origin level

Link copied to clipboard

The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.

Link copied to clipboard
val httpPort: Int? = null

The value of the HTTP port. Must be between 1 and 65535.

Link copied to clipboard
val httpsPort: Int? = null

The value of the HTTPS port. Must be between 1 and 65535.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

The name of the origin group which contains this origin.

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
val priority: Int? = null

Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5

Link copied to clipboard

Provisioning status

Link copied to clipboard

The properties of the private link resource for private origin.

Link copied to clipboard

Read only system data

Link copied to clipboard

Resource type.

Link copied to clipboard
val weight: Int? = null

Weight of the origin in given origin group for load balancing. Must be between 1 and 1000