EndpointOrigin

data class EndpointOrigin(val hostName: String, val httpPort: Int? = null, val httpsPort: Int? = null, val name: String)

Constructors

Link copied to clipboard
constructor(hostName: String, httpPort: Int? = null, httpsPort: Int? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string that determines the hostname/IP address of the origin server. This string can be a domain name, Storage Account endpoint, Web App endpoint, IPv4 address or IPv6 address. Changing this forces a new resource to be created.

Link copied to clipboard
val httpPort: Int? = null

The HTTP port of the origin. Defaults to 80. Changing this forces a new resource to be created.

Link copied to clipboard
val httpsPort: Int? = null

The HTTPS port of the origin. Defaults to 443. Changing this forces a new resource to be created.

Link copied to clipboard

The name of the origin. This is an arbitrary value. However, this value needs to be unique under the endpoint. Changing this forces a new resource to be created.