GetFrontdoorEndpointResult

data class GetFrontdoorEndpointResult(val enabled: Boolean, val hostName: String, val id: String, val name: String, val profileName: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getFrontdoorEndpoint.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, hostName: String, id: String, name: String, profileName: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether this Front Door Endpoint is enabled or not.

Link copied to clipboard

Specifies the host name of the Front Door Endpoint, in the format {endpointName}.{dnsZone} (for example, contoso.azureedge.net).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies a mapping of Tags assigned to this Front Door Endpoint.