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: Sku | None = None, interval: int | None = None, conflict_resolution_policy: str | SyncConflictResolutionPolicy | None = None, sync_database_id: str | None = None, hub_database_user_name: str | None = None, hub_database_password: str | None = None, schema: SyncGroupSchema | None = None, enable_conflict_logging: bool | None = None, conflict_logging_retention_in_days: int | None = None, use_private_link_connection: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
sku
Required
|
The name and capacity of the SKU. |
interval
Required
|
Sync interval of the sync group. |
conflict_resolution_policy
Required
|
Conflict resolution policy of the sync group. Possible values include: "HubWin", "MemberWin". |
sync_database_id
Required
|
ARM resource id of the sync database in the sync group. |
hub_database_user_name
Required
|
User name for the sync group hub database credential. |
hub_database_password
Required
|
Password for the sync group hub database credential. |
schema
Required
|
Sync schema of the sync group. |
enable_conflict_logging
Required
|
If conflict logging is enabled. |
conflict_logging_retention_in_days
Required
|
Conflict logging retention period. |
use_private_link_connection
Required
|
If use private link connection is enabled. |
Keyword-Only Parameters
Name | Description |
---|---|
sku
Required
|
|
interval
Required
|
|
conflict_resolution_policy
Required
|
|
sync_database_id
Required
|
|
hub_database_user_name
Required
|
|
hub_database_password
Required
|
|
schema
Required
|
|
enable_conflict_logging
Required
|
|
conflict_logging_retention_in_days
Required
|
|
use_private_link_connection
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
last_sync_time
|
Last sync time of the sync group. |
sync_state
|
Sync state of the sync group. Possible values include: "NotReady", "Error", "Warning", "Progressing", "Good". |
private_endpoint_name
|
Private endpoint name of the sync group if use private link connection is enabled. |
Azure SDK for Python