GetTrafficManagerProfilePlainArgs

data class GetTrafficManagerProfilePlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null, val trafficViewEnabled: Boolean? = null) : ConvertibleToJava<GetTrafficManagerProfilePlainArgs>

A collection of arguments for invoking getTrafficManagerProfile.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, tags: Map<String, String>? = null, trafficViewEnabled: Boolean? = null)

Properties

Link copied to clipboard

Specifies the name of the Traffic Manager Profile.

Link copied to clipboard

Specifies the name of the resource group the Traffic Manager Profile is located in.

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

A mapping of tags to assign to the resource.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetTrafficManagerProfilePlainArgs