Uses of Class
com.azure.resourcemanager.sql.models.SyncDirection
Packages that use SyncDirection
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of SyncDirection in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncDirectionModifier and TypeMethodDescriptionSyncMemberInner.syncDirection()Get the syncDirection property: Sync direction of the sync member.SyncMemberProperties.syncDirection()Get the syncDirection property: Sync direction of the sync member.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SyncDirectionModifier and TypeMethodDescriptionSyncMemberInner.withSyncDirection(SyncDirection syncDirection) Set the syncDirection property: Sync direction of the sync member.SyncMemberProperties.withSyncDirection(SyncDirection syncDirection) Set the syncDirection property: Sync direction of the sync member. -
Uses of SyncDirection in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as SyncDirectionModifier and TypeFieldDescriptionstatic final SyncDirectionSyncDirection.BIDIRECTIONALStatic value Bidirectional for SyncDirection.static final SyncDirectionSyncDirection.ONE_WAY_HUB_TO_MEMBERStatic value OneWayHubToMember for SyncDirection.static final SyncDirectionSyncDirection.ONE_WAY_MEMBER_TO_HUBStatic value OneWayMemberToHub for SyncDirection.Methods in com.azure.resourcemanager.sql.models that return SyncDirectionModifier and TypeMethodDescriptionstatic SyncDirectionSyncDirection.fromString(String name) Creates or finds a SyncDirection from its string representation.SqlSyncMember.syncDirection()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncDirectionModifier and TypeMethodDescriptionstatic Collection<SyncDirection>SyncDirection.values()Gets known SyncDirection values.Methods in com.azure.resourcemanager.sql.models with parameters of type SyncDirectionModifier and TypeMethodDescriptionSqlSyncMember.UpdateStages.WithSyncDirection.withDatabaseType(SyncDirection syncDirection) Sets the sync direction.SqlSyncMemberOperations.DefinitionStages.WithSyncDirection.withDatabaseType(SyncDirection syncDirection) Sets the sync direction.