AccountRouting

data class AccountRouting(val choice: String? = null, val publishInternetEndpoints: Boolean? = null, val publishMicrosoftEndpoints: Boolean? = null)

Constructors

Link copied to clipboard
constructor(choice: String? = null, publishInternetEndpoints: Boolean? = null, publishMicrosoftEndpoints: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val choice: String? = null

Specifies the kind of network routing opted by the user. Possible values are InternetRouting and MicrosoftRouting. Defaults to MicrosoftRouting.

Link copied to clipboard

Should internet routing storage endpoints be published? Defaults to false.

Link copied to clipboard

Should Microsoft routing storage endpoints be published? Defaults to false.