endpoints

@JvmName(name = "xsbvfijibkmcorui")
suspend fun endpoints(value: Output<List<EndpointArgs>>)
@JvmName(name = "eosujvcbxbhmpbme")
suspend fun endpoints(value: List<EndpointArgs>?)

Parameters

value

The list of endpoints in the Traffic Manager profile. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "nrlfaeyacwhikrnx")
suspend fun endpoints(vararg values: Output<EndpointArgs>)


@JvmName(name = "lqgkrxyosippqoap")
suspend fun endpoints(values: List<Output<EndpointArgs>>)
@JvmName(name = "hxbkwutascxwmyor")
suspend fun endpoints(vararg values: EndpointArgs)

Parameters

values

The list of endpoints in the Traffic Manager profile. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "jwdpxhcmojqfublg")
suspend fun endpoints(argument: List<suspend EndpointArgsBuilder.() -> Unit>)
@JvmName(name = "yiaxrlympaiiwbdl")
suspend fun endpoints(vararg argument: suspend EndpointArgsBuilder.() -> Unit)
@JvmName(name = "tkrhxtifftqrswyj")
suspend fun endpoints(argument: suspend EndpointArgsBuilder.() -> Unit)

Parameters

argument

The list of endpoints in the Traffic Manager profile. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.