SyncGroup Class
An Azure SQL Database sync group.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceSyncGroup
Constructor
SyncGroup(*, sku: Optional[azure.mgmt.sql.models._models_py3.Sku] = None, interval: Optional[int] = None, conflict_resolution_policy: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.SyncConflictResolutionPolicy]] = None, sync_database_id: Optional[str] = None, hub_database_user_name: Optional[str] = None, hub_database_password: Optional[str] = None, schema: Optional[azure.mgmt.sql.models._models_py3.SyncGroupSchema] = None, enable_conflict_logging: Optional[bool] = None, conflict_logging_retention_in_days: Optional[int] = None, use_private_link_connection: Optional[bool] = None, **kwargs)
Parameters
- conflict_resolution_policy
- str or SyncConflictResolutionPolicy
Required
Conflict resolution policy of the sync group. Possible values include: "HubWin", "MemberWin".
Variables
- id
- str
Resource ID.
- name
- str
Resource name.
- type
- str
Resource type.
- last_sync_time
- datetime
Last sync time of the sync group.
- sync_state
- str or SyncGroupState
Sync state of the sync group. Possible values include: "NotReady", "Error", "Warning", "Progressing", "Good".
- private_endpoint_name
- str
Private endpoint name of the sync group if use private link connection is enabled.
Feedback
Submit and view feedback for