Property RegionId
RegionId
Gets the region id for the operation if it was provided to
AddReplicaAsync or
AddReplicaWithCompletionAsync.
Declaration
public string RegionId { get; }
Property Value
| Type | Description |
|---|---|
| String |
The region id if it was provided, otherwise null.
|