Routing Preference Args
data class RoutingPreferenceArgs(val publishInternetEndpoints: Output<Boolean>? = null, val publishMicrosoftEndpoints: Output<Boolean>? = null, val routingChoice: Output<Either<String, RoutingChoice>>? = null) : ConvertibleToJava<RoutingPreferenceArgs>
Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing
Constructors
Link copied to clipboard
fun RoutingPreferenceArgs(publishInternetEndpoints: Output<Boolean>? = null, publishMicrosoftEndpoints: Output<Boolean>? = null, routingChoice: Output<Either<String, RoutingChoice>>? = null)