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
constructor(publishInternetEndpoints: Output<Boolean>? = null, publishMicrosoftEndpoints: Output<Boolean>? = null, routingChoice: Output<Either<String, RoutingChoice>>? = null)
Properties
Link copied to clipboard
A boolean flag which indicates whether internet routing storage endpoints are to be published
Link copied to clipboard
A boolean flag which indicates whether microsoft routing storage endpoints are to be published
Link copied to clipboard
Routing Choice defines the kind of network routing opted by the user.