Package-level declarations
Types
Link copied to clipboard
data class ProfileArgs constructor(val dnsConfig: Output<ProfileDnsConfigArgs>? = null, val maxReturn: Output<Int>? = null, val monitorConfig: Output<ProfileMonitorConfigArgs>? = null, val name: Output<String>? = null, val profileStatus: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trafficRoutingMethod: Output<String>? = null, val trafficViewEnabled: Output<Boolean>? = null) : ConvertibleToJava<ProfileArgs>
Manages a Traffic Manager Profile to which multiple endpoints can be attached.
Link copied to clipboard
class ProfileArgsBuilder
Builder for ProfileArgs.
Link copied to clipboard
Link copied to clipboard
class ProfileResourceBuilder
Builder for Profile.
Link copied to clipboard
object TrafficmanagerFunctions