Package-level declarations

Types

Link copied to clipboard
class Profile : KotlinCustomResource

Manages a Traffic Manager Profile to which multiple endpoints can be attached.

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
Link copied to clipboard
object ProfileMapper : ResourceMapper<Profile>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun profile(name: String): Profile
suspend fun profile(name: String, block: suspend ProfileResourceBuilder.() -> Unit): Profile