Get Profile Result
data class GetProfileResult(val allowedEndpointRecordTypes: List<String>? = null, val dnsConfig: DnsConfigResponse? = null, val endpoints: List<EndpointResponse>? = null, val id: String? = null, val location: String? = null, val maxReturn: Double? = null, val monitorConfig: MonitorConfigResponse? = null, val name: String? = null, val profileStatus: String? = null, val tags: Map<String, String>? = null, val trafficRoutingMethod: String? = null, val trafficViewEnrollmentStatus: String? = null, val type: String? = null)
Class representing a Traffic Manager profile.
Constructors
Link copied to clipboard
constructor(allowedEndpointRecordTypes: List<String>? = null, dnsConfig: DnsConfigResponse? = null, endpoints: List<EndpointResponse>? = null, id: String? = null, location: String? = null, maxReturn: Double? = null, monitorConfig: MonitorConfigResponse? = null, name: String? = null, profileStatus: String? = null, tags: Map<String, String>? = null, trafficRoutingMethod: String? = null, trafficViewEnrollmentStatus: String? = null, type: String? = null)
Properties
Link copied to clipboard
The list of allowed endpoint record types.
Link copied to clipboard
The DNS settings of the Traffic Manager profile.
Link copied to clipboard
The list of endpoints in the Traffic Manager profile.
Link copied to clipboard
The endpoint monitoring settings of the Traffic Manager profile.
Link copied to clipboard
The status of the Traffic Manager profile.
Link copied to clipboard
The traffic routing method of the Traffic Manager profile.
Link copied to clipboard
Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile.