ReplicatorSettings.ReplicatorAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the address that this replicator will use when communicating with other Replicators.
public string ReplicatorAddress { get; set; }
member this.ReplicatorAddress : string with get, set
Public Property ReplicatorAddress As String
Property Value
The address that this replicator will use when communicating with other Replicators.
Remarks
String is formatted as “hostname:port”, where hostname can be FQDN or IP address. The default value is localhost:0. If replicator is running inside a container, you should try setting up ReplicatorListenAddress and ReplicatorPublishAddress.
Applies to
Azure SDK for .NET