SyncMemberCreateOrUpdateProperties.SyncDirection 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.
Optional. Specifies the sync direction of doing data synchronization for this sync member. The possible values: 'Bidirectional', 'OneWayMemberToHub' and 'OneWayHubToMember.
public Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncDirectionEnum? SyncDirection { get; set; }
member this.SyncDirection : Nullable<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncDirectionEnum> with get, set
Public Property SyncDirection As Nullable(Of SyncDirectionEnum)