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

LocationMode 枚举

定义

指定位置模式以指示哪个位置应接收请求。

public enum LocationMode
type LocationMode = 
Public Enum LocationMode
继承
LocationMode

字段

PrimaryOnly 0

请求始终发送到主位置。

PrimaryThenSecondary 1

请求始终先发送到主位置。 如果某个请求失败,它将发送到辅助位置。

SecondaryOnly 2

请求始终发送到辅助位置。

SecondaryThenPrimary 3

请求始终先发送到辅助位置。 如果某个请求失败,则将它发送到主位置。

适用于