Sync Groups - Create Or Update
Hiermee wordt een synchronisatiegroep gemaakt of bijgewerkt.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/syncGroups/{syncGroupName}?api-version=2021-11-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
database
|
path | True |
string |
De naam van de database waarop de synchronisatiegroep wordt gehost. |
resource
|
path | True |
string |
De naam van de resourcegroep die de resource bevat. U kunt deze waarde verkrijgen via de Azure Resource Manager-API of de portal. |
server
|
path | True |
string |
De naam van de server. |
subscription
|
path | True |
string |
De abonnements-id waarmee een Azure-abonnement wordt geïdentificeerd. |
sync
|
path | True |
string |
De naam van de synchronisatiegroep. |
api-version
|
query | True |
string |
De API-versie die moet worden gebruikt voor de aanvraag. |
Aanvraagbody
Name | Type | Description |
---|---|---|
properties.conflictLoggingRetentionInDays |
integer |
Bewaarperiode voor logboekregistratie van conflicten. |
properties.conflictResolutionPolicy |
Conflictoplossingsbeleid van de synchronisatiegroep. |
|
properties.enableConflictLogging |
boolean |
Als logboekregistratie van conflicten is ingeschakeld. |
properties.hubDatabasePassword |
string |
Wachtwoord voor de databasereferentie van de hub van de synchronisatiegroep. |
properties.hubDatabaseUserName |
string |
Gebruikersnaam voor de databasereferentie van de hub van de synchronisatiegroep. |
properties.interval |
integer |
Synchronisatie-interval van de synchronisatiegroep. |
properties.schema |
Synchronisatieschema van de synchronisatiegroep. |
|
properties.syncDatabaseId |
string |
ARM-resource-id van de synchronisatiedatabase in de synchronisatiegroep. |
properties.usePrivateLinkConnection |
boolean |
Als private link-verbinding gebruiken is ingeschakeld. |
sku |
De naam en capaciteit van de SKU. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
De synchronisatiegroep is bijgewerkt. |
|
201 Created |
De synchronisatiegroep is gemaakt. |
|
202 Accepted |
De synchronisatiegroep wordt gemaakt of bijgewerkt. |
|
Other Status Codes |
Foutreacties: ***
|
Voorbeelden
Create a sync group |
Update a sync group |
Create a sync group
Voorbeeldaanvraag
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-65440/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187?api-version=2021-11-01
{
"properties": {
"interval": -1,
"conflictResolutionPolicy": "HubWin",
"syncDatabaseId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
"hubDatabaseUserName": "hubUser",
"usePrivateLinkConnection": true
}
}
Voorbeeldrespons
{
"properties": {
"interval": -1,
"lastSyncTime": "0001-01-01T08:00:00Z",
"conflictResolutionPolicy": "HubWin",
"syncDatabaseId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
"hubDatabaseUserName": "hubUser",
"syncState": "NotReady",
"usePrivateLinkConnection": true,
"privateEndpointName": "PE_67FDBBD6-B2D8-4014-9CC6-C68ABBCFD481_syncgroupcrud-8475"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187",
"name": "syncgroupcrud-3187",
"type": "Microsoft.Sql/servers/databases/syncGroups"
}
{
"properties": {
"interval": -1,
"lastSyncTime": "0001-01-01T08:00:00Z",
"conflictResolutionPolicy": "HubWin",
"syncDatabaseId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
"hubDatabaseUserName": "hubUser",
"syncState": "NotReady",
"usePrivateLinkConnection": true,
"privateEndpointName": "PE_67FDBBD6-B2D8-4014-9CC6-C68ABBCFD481_syncgroupcrud-8475"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187",
"name": "syncgroupcrud-3187",
"type": "Microsoft.Sql/servers/databases/syncGroups"
}
Update a sync group
Voorbeeldaanvraag
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-65440/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187?api-version=2021-11-01
{
"properties": {
"interval": -1,
"conflictResolutionPolicy": "HubWin",
"syncDatabaseId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
"hubDatabaseUserName": "hubUser",
"usePrivateLinkConnection": true
}
}
Voorbeeldrespons
{
"properties": {
"interval": -1,
"lastSyncTime": "0001-01-01T08:00:00Z",
"conflictResolutionPolicy": "HubWin",
"syncDatabaseId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
"hubDatabaseUserName": "hubUser",
"syncState": "NotReady",
"usePrivateLinkConnection": true,
"privateEndpointName": "PE_67FDBBD6-B2D8-4014-9CC6-C68ABBCFD481_syncgroupcrud-3187"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187",
"name": "syncgroupcrud-3187",
"type": "Microsoft.Sql/servers/databases/syncGroups"
}
{
"properties": {
"interval": -1,
"lastSyncTime": "0001-01-01T08:00:00Z",
"conflictResolutionPolicy": "HubWin",
"syncDatabaseId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328",
"hubDatabaseUserName": "hubUser",
"syncState": "NotReady",
"usePrivateLinkConnection": true,
"privateEndpointName": "PE_67FDBBD6-B2D8-4014-9CC6-C68ABBCFD481_syncgroupcrud-3187"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/syncgroupcrud-3521/providers/Microsoft.Sql/servers/syncgroupcrud-8475/databases/syncgroupcrud-4328/syncGroups/syncgroupcrud-3187",
"name": "syncgroupcrud-3187",
"type": "Microsoft.Sql/servers/databases/syncGroups"
}
Definities
Name | Description |
---|---|
Sku |
Een ARM-resource-SKU. |
Sync |
Conflictoplossingsbeleid van de synchronisatiegroep. |
Sync |
Een Azure SQL databasesynchronisatiegroep. |
Sync |
Eigenschappen van schema voor synchronisatiegroepen. |
Sync |
Eigenschappen van de tabel in het synchronisatiegroepsschema. |
Sync |
Eigenschappen van kolom in de synchronisatiegroepstabel. |
Sync |
Synchronisatiestatus van de synchronisatiegroep. |
Sku
Een ARM-resource-SKU.
Name | Type | Description |
---|---|---|
capacity |
integer |
Capaciteit van de specifieke SKU. |
family |
string |
Als de service verschillende generaties hardware heeft, voor dezelfde SKU, kan dat hier worden vastgelegd. |
name |
string |
De naam van de SKU, meestal een letter + cijfercode, bijvoorbeeld P3. |
size |
string |
Grootte van de specifieke SKU |
tier |
string |
De laag of editie van de specifieke SKU, bijvoorbeeld Basic, Premium. |
SyncConflictResolutionPolicy
Conflictoplossingsbeleid van de synchronisatiegroep.
Name | Type | Description |
---|---|---|
HubWin |
string |
|
MemberWin |
string |
SyncGroup
Een Azure SQL databasesynchronisatiegroep.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id. |
name |
string |
Resourcenaam. |
properties.conflictLoggingRetentionInDays |
integer |
Bewaarperiode voor logboekregistratie van conflicten. |
properties.conflictResolutionPolicy |
Conflictoplossingsbeleid van de synchronisatiegroep. |
|
properties.enableConflictLogging |
boolean |
Als logboekregistratie van conflicten is ingeschakeld. |
properties.hubDatabasePassword |
string |
Wachtwoord voor de databasereferentie van de hub van de synchronisatiegroep. |
properties.hubDatabaseUserName |
string |
Gebruikersnaam voor de databasereferentie van de hub van de synchronisatiegroep. |
properties.interval |
integer |
Synchronisatie-interval van de synchronisatiegroep. |
properties.lastSyncTime |
string |
Laatste synchronisatietijd van de synchronisatiegroep. |
properties.privateEndpointName |
string |
De naam van het privé-eindpunt van de synchronisatiegroep als private link-verbinding gebruiken is ingeschakeld. |
properties.schema |
Synchronisatieschema van de synchronisatiegroep. |
|
properties.syncDatabaseId |
string |
ARM-resource-id van de synchronisatiedatabase in de synchronisatiegroep. |
properties.syncState |
Synchronisatiestatus van de synchronisatiegroep. |
|
properties.usePrivateLinkConnection |
boolean |
Als private link-verbinding gebruiken is ingeschakeld. |
sku |
De naam en capaciteit van de SKU. |
|
type |
string |
Resourcetype. |
SyncGroupSchema
Eigenschappen van schema voor synchronisatiegroepen.
Name | Type | Description |
---|---|---|
masterSyncMemberName |
string |
De naam van het hoofdsynchronisatielid waarvan het schema afkomstig is. |
tables |
Lijst met tabellen in het synchronisatiegroepsschema. |
SyncGroupSchemaTable
Eigenschappen van de tabel in het synchronisatiegroepsschema.
Name | Type | Description |
---|---|---|
columns |
Lijst met kolommen in schema voor synchronisatiegroepen. |
|
quotedName |
string |
De naam van de schematabel van de synchronisatiegroep. |
SyncGroupSchemaTableColumn
Eigenschappen van kolom in de synchronisatiegroepstabel.
Name | Type | Description |
---|---|---|
dataSize |
string |
Gegevensgrootte van de kolom. |
dataType |
string |
Gegevenstype van de kolom. |
quotedName |
string |
De naam van de tabelkolom van de synchronisatiegroep. |
SyncGroupState
Synchronisatiestatus van de synchronisatiegroep.
Name | Type | Description |
---|---|---|
Error |
string |
|
Good |
string |
|
NotReady |
string |
|
Progressing |
string |
|
Warning |
string |