Get Route Result
data class GetRouteResult(val compressionSettings: CompressionSettingsResponse? = null, val customDomains: List<ResourceReferenceResponse>? = null, val deploymentStatus: String, val enabledState: String? = null, 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 queryStringCachingBehavior: String? = null, 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(compressionSettings: CompressionSettingsResponse? = null, customDomains: List<ResourceReferenceResponse>? = null, deploymentStatus: String, enabledState: String? = null, forwardingProtocol: String? = null, httpsRedirect: String? = null, id: String, linkToDefaultDomain: String? = null, name: String, originGroup: ResourceReferenceResponse, originPath: String? = null, patternsToMatch: List<String>? = null, provisioningState: String, queryStringCachingBehavior: String? = null, 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
Link copied to clipboard