GetAFDEndpointResult

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

Azure Front Door endpoint is the entity within a Azure Front Door 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(autoGeneratedDomainNameLabelScope: String? = null, azureApiVersion: String, deploymentStatus: String, enabledState: String? = null, hostName: String, id: String, location: String, name: String, profileName: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the endpoint name reuse scope. The default value is TenantReuse.

Link copied to clipboard

The Azure API version of the resource.

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

The name of the profile which holds the endpoint.

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.