Uses of Class
com.azure.resourcemanager.sql.models.SyncDirection
-
Packages that use SyncDirection Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 SyncDirection Modifier and Type Method Description SyncDirectionSyncMemberInner. syncDirection()Get the syncDirection property: Sync direction of the sync member.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SyncDirection Modifier and Type Method Description SyncMemberInnerSyncMemberInner. 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 SyncDirection Modifier and Type Field Description static SyncDirectionSyncDirection. BIDIRECTIONALStatic value Bidirectional for SyncDirection.static SyncDirectionSyncDirection. ONE_WAY_HUB_TO_MEMBERStatic value OneWayHubToMember for SyncDirection.static SyncDirectionSyncDirection. ONE_WAY_MEMBER_TO_HUBStatic value OneWayMemberToHub for SyncDirection.Methods in com.azure.resourcemanager.sql.models that return SyncDirection Modifier and Type Method Description static SyncDirectionSyncDirection. fromString(String name)Creates or finds a SyncDirection from its string representation.SyncDirectionSqlSyncMember. syncDirection()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncDirection Modifier and Type Method Description static Collection<SyncDirection>SyncDirection. values()Methods in com.azure.resourcemanager.sql.models with parameters of type SyncDirection Modifier and Type Method Description SqlSyncMember.UpdateSqlSyncMember.UpdateStages.WithSyncDirection. withDatabaseType(SyncDirection syncDirection)Sets the sync direction.SqlSyncMemberOperations.DefinitionStages.WithCreateSqlSyncMemberOperations.DefinitionStages.WithSyncDirection. withDatabaseType(SyncDirection syncDirection)Sets the sync direction.
-