RegionSettingArgs

data class RegionSettingArgs(val customsubdomain: Output<String>? = null, val name: Output<String>? = null, val value: Output<Double>? = null) : ConvertibleToJava<RegionSettingArgs>

The call rate limit Cognitive Services account.

Constructors

Link copied to clipboard
constructor(customsubdomain: Output<String>? = null, name: Output<String>? = null, value: Output<Double>? = null)

Properties

Link copied to clipboard
val customsubdomain: Output<String>? = null

Maps the region to the regional custom subdomain.

Link copied to clipboard
val name: Output<String>? = null

Name of the region.

Link copied to clipboard
val value: Output<Double>? = null

A value for priority or weighted routing methods.

Functions

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