RoutingPreference Class

Definition

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

public class RoutingPreference
type RoutingPreference = class
Public Class RoutingPreference
Inheritance
RoutingPreference

Constructors

RoutingPreference()

Initializes a new instance of the RoutingPreference class.

RoutingPreference(String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the RoutingPreference class.

Properties

PublishInternetEndpoints

Gets or sets a boolean flag which indicates whether internet routing storage endpoints are to be published

PublishMicrosoftEndpoints

Gets or sets a boolean flag which indicates whether microsoft routing storage endpoints are to be published

RoutingChoice

Gets or sets routing Choice defines the kind of network routing opted by the user. Possible values include: 'MicrosoftRouting', 'InternetRouting'

Applies to