Get AFDEndpoint Result
data class GetAFDEndpointResult(val autoGeneratedDomainNameLabelScope: String? = null, 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
Constructors
Link copied to clipboard
fun GetAFDEndpointResult(autoGeneratedDomainNameLabelScope: String? = null, 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)