Get Endpoint Result
data class GetEndpointResult(val customHeaders: List<EndpointPropertiesResponseCustomHeaders>? = null, val endpointLocation: String? = null, val endpointMonitorStatus: String? = null, val endpointStatus: String? = null, val geoMapping: List<String>? = null, val id: String? = null, val minChildEndpoints: Double? = null, val minChildEndpointsIPv4: Double? = null, val minChildEndpointsIPv6: Double? = null, val name: String? = null, val priority: Double? = null, val subnets: List<EndpointPropertiesResponseSubnets>? = null, val target: String? = null, val targetResourceId: String? = null, val type: String? = null, val weight: Double? = null)
Class representing a Traffic Manager endpoint.
Constructors
Link copied to clipboard
fun GetEndpointResult(customHeaders: List<EndpointPropertiesResponseCustomHeaders>? = null, endpointLocation: String? = null, endpointMonitorStatus: String? = null, endpointStatus: String? = null, geoMapping: List<String>? = null, id: String? = null, minChildEndpoints: Double? = null, minChildEndpointsIPv4: Double? = null, minChildEndpointsIPv6: Double? = null, name: String? = null, priority: Double? = null, subnets: List<EndpointPropertiesResponseSubnets>? = null, target: String? = null, targetResourceId: String? = null, type: String? = null, weight: Double? = null)