Get Route Result
data class GetRouteResult(val cacheConfiguration: AfdRouteCacheConfigurationResponse? = null, val customDomains: List<ActivatedResourceReferenceResponse>? = null, val deploymentStatus: String, val enabledState: String? = null, val endpointName: String, val forwardingProtocol: String? = null, val httpsRedirect: String? = null, val id: String, val linkToDefaultDomain: String? = null, val name: String, val originGroup: ResourceReferenceResponse, val originPath: String? = null, val patternsToMatch: List<String>? = null, val provisioningState: String, val ruleSets: List<ResourceReferenceResponse>? = null, val supportedProtocols: List<String>? = null, val systemData: SystemDataResponse, val type: String)
Friendly Routes name mapping to the any Routes or secret related information.
Constructors
Link copied to clipboard
fun GetRouteResult(cacheConfiguration: AfdRouteCacheConfigurationResponse? = null, customDomains: List<ActivatedResourceReferenceResponse>? = null, deploymentStatus: String, enabledState: String? = null, endpointName: String, forwardingProtocol: String? = null, httpsRedirect: String? = null, id: String, linkToDefaultDomain: String? = null, name: String, originGroup: ResourceReferenceResponse, originPath: String? = null, patternsToMatch: List<String>? = null, provisioningState: String, ruleSets: List<ResourceReferenceResponse>? = null, supportedProtocols: List<String>? = null, systemData: SystemDataResponse, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard