GetTrafficManagerProfileResult

data class GetTrafficManagerProfileResult(val dnsConfigs: List<GetTrafficManagerProfileDnsConfig>, val fqdn: String, val id: String, val monitorConfigs: List<GetTrafficManagerProfileMonitorConfig>, val name: String, val profileStatus: String, val resourceGroupName: String, val tags: Map<String, String>? = null, val trafficRoutingMethod: String, val trafficViewEnabled: Boolean? = null)

A collection of values returned by getTrafficManagerProfile.

Constructors

Link copied to clipboard
constructor(dnsConfigs: List<GetTrafficManagerProfileDnsConfig>, fqdn: String, id: String, monitorConfigs: List<GetTrafficManagerProfileMonitorConfig>, name: String, profileStatus: String, resourceGroupName: String, tags: Map<String, String>? = null, trafficRoutingMethod: String, trafficViewEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This block specifies the DNS configuration of the Profile.

Link copied to clipboard

The FQDN of the created Profile.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

This block specifies the Endpoint monitoring configuration for the Profile.

Link copied to clipboard

The name of the custom header.

Link copied to clipboard

The status of the profile.

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard

Specifies the algorithm used to route traffic.

Link copied to clipboard

Indicates whether Traffic View is enabled for the Traffic Manager profile.