你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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