GetAFDEndpointResult

data class GetAFDEndpointResult(val deploymentStatus: String, val enabledState: String? = null, val hostName: String, val id: String, val location: String, val name: String, val originResponseTimeoutSeconds: Int? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The AzureFrontDoor endpoint uses the URL format .azureedge.net.

Constructors

Link copied to clipboard
constructor(deploymentStatus: String, enabledState: String? = null, hostName: String, id: String, location: String, name: String, originResponseTimeoutSeconds: Int? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

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

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'

Link copied to clipboard

The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.

Link copied to clipboard

Provisioning status

Link copied to clipboard

Read only system data

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.