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

ReplicatorSettings.ReplicatorAddress 属性

定义

配置此复制器与其他复制程序通信时将使用的地址。

public string ReplicatorAddress { get; set; }
member this.ReplicatorAddress : string with get, set
Public Property ReplicatorAddress As String

属性值

此复制器与其他复制程序通信时将使用的地址。

注解

字符串的格式为“hostname:port”,其中主机名可以是 FQDN 或 IP 地址。 默认值为 localhost:0。 如果复制器在容器内运行,则应尝试设置 ReplicatorListenAddressReplicatorPublishAddress

适用于