Failover Groups - Create Or Update
Yük devretme grubu oluşturur veya güncelleştirir.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/failoverGroups/{failoverGroupName}?api-version=2021-11-01
URI Parametreleri
Name | İçinde | Gerekli | Tür | Description |
---|---|---|---|---|
failover
|
path | True |
string |
Yük devretme grubunun adı. |
resource
|
path | True |
string |
Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz. |
server
|
path | True |
string |
Yük devretme grubunu içeren sunucunun adı. |
subscription
|
path | True |
string |
Azure aboneliğini tanımlayan abonelik kimliği. |
api-version
|
query | True |
string |
İstek için kullanılacak API sürümü. |
İstek Gövdesi
Name | Gerekli | Tür | Description |
---|---|---|---|
properties.partnerServers | True |
Yük devretme grubu için iş ortağı sunucu bilgilerinin listesi. |
|
properties.readWriteEndpoint | True |
Yük devretme grubu örneğinin okuma-yazma uç noktası. |
|
properties.databases |
string[] |
Yük devretme grubundaki veritabanlarının listesi. |
|
properties.readOnlyEndpoint |
Yük devretme grubu örneğinin salt okunur uç noktası. |
||
tags |
object |
Kaynak etiketleri. |
Yanıtlar
Name | Tür | Description |
---|---|---|
200 OK |
Yük devretme grubu başarıyla güncelleştirildi. |
|
201 Created |
Yük devretme grubu başarıyla oluşturuldu. |
|
202 Accepted |
Kabul edildi |
|
Other Status Codes |
Hata Yanıtları: ***
|
Örnekler
Create failover group
Örnek isteği
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/failoverGroups/failover-group-test-3?api-version=2021-11-01
{
"properties": {
"readWriteEndpoint": {
"failoverPolicy": "Automatic",
"failoverWithDataLossGracePeriodMinutes": 480
},
"readOnlyEndpoint": {
"failoverPolicy": "Disabled"
},
"partnerServers": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-secondary-server"
}
],
"databases": [
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/databases/testdb-1",
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/databases/testdb-2"
]
}
}
Örnek yanıt
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/failoverGroups/failover-group-test-3",
"name": "failover-group-test-3",
"type": "Microsoft.Sql/servers/failoverGroups",
"location": "Japan East",
"properties": {
"readWriteEndpoint": {
"failoverPolicy": "Automatic",
"failoverWithDataLossGracePeriodMinutes": 480
},
"readOnlyEndpoint": {
"failoverPolicy": "Disabled"
},
"replicationRole": "Primary",
"replicationState": "CATCH_UP",
"partnerServers": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-secondary-server",
"location": "Japan West",
"replicationRole": "Secondary"
}
],
"databases": [
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/databases/testdb-1",
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/databases/testdb-2"
]
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/failoverGroups/failover-group-test-3",
"name": "failover-group-test-3",
"type": "Microsoft.Sql/servers/failoverGroups",
"location": "Japan East",
"properties": {
"readWriteEndpoint": {
"failoverPolicy": "Automatic",
"failoverWithDataLossGracePeriodMinutes": 480
},
"readOnlyEndpoint": {
"failoverPolicy": "Disabled"
},
"replicationRole": "Primary",
"replicationState": "CATCH_UP",
"partnerServers": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-secondary-server",
"location": "Japan West",
"replicationRole": "Secondary"
}
],
"databases": [
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/databases/testdb-1",
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/failover-group-primary-server/databases/testdb-2"
]
}
}
Tanımlar
Name | Description |
---|---|
Failover |
Yük devretme grubu. |
Failover |
Yük devretme grubu örneğinin salt okunur uç noktası. |
Failover |
Yük devretme grubu örneğinin okuma-yazma uç noktası. |
Failover |
Yük devretme grubu örneğinin yerel çoğaltma rolü. |
Partner |
Yük devretme grubu için iş ortağı sunucusu bilgileri. |
Read |
Yük devretme grubu için salt okunur uç noktanın yük devretme ilkesi. |
Read |
Yük devretme grubu için okuma-yazma uç noktasının yük devretme ilkesi. FailoverPolicy Otomatik ise yük devretmeWithDataLossGracePeriodMinutes gereklidir. |
FailoverGroup
Yük devretme grubu.
Name | Tür | Description |
---|---|---|
id |
string |
Kaynak Kimliği. |
location |
string |
Kaynak konumu. |
name |
string |
Kaynak adı. |
properties.databases |
string[] |
Yük devretme grubundaki veritabanlarının listesi. |
properties.partnerServers |
Yük devretme grubu için iş ortağı sunucu bilgilerinin listesi. |
|
properties.readOnlyEndpoint |
Yük devretme grubu örneğinin salt okunur uç noktası. |
|
properties.readWriteEndpoint |
Yük devretme grubu örneğinin okuma-yazma uç noktası. |
|
properties.replicationRole |
Yük devretme grubu örneğinin yerel çoğaltma rolü. |
|
properties.replicationState |
string |
Yük devretme grubu örneğinin çoğaltma durumu. |
tags |
object |
Kaynak etiketleri. |
type |
string |
Kaynak türü. |
FailoverGroupReadOnlyEndpoint
Yük devretme grubu örneğinin salt okunur uç noktası.
Name | Tür | Description |
---|---|---|
failoverPolicy |
Yük devretme grubu için salt okunur uç noktanın yük devretme ilkesi. |
FailoverGroupReadWriteEndpoint
Yük devretme grubu örneğinin okuma-yazma uç noktası.
Name | Tür | Description |
---|---|---|
failoverPolicy |
Yük devretme grubu için okuma-yazma uç noktasının yük devretme ilkesi. FailoverPolicy Otomatik ise yük devretmeWithDataLossGracePeriodMinutes gereklidir. |
|
failoverWithDataLossGracePeriodMinutes |
integer |
Okuma-yazma uç noktası için veri kaybıyla yük devretme denenmeden önce yetkisiz kullanım süresi. FailoverPolicy Otomatik ise yük devretmeWithDataLossGracePeriodMinutes gereklidir. |
FailoverGroupReplicationRole
Yük devretme grubu örneğinin yerel çoğaltma rolü.
Name | Tür | Description |
---|---|---|
Primary |
string |
|
Secondary |
string |
PartnerInfo
Yük devretme grubu için iş ortağı sunucusu bilgileri.
Name | Tür | Description |
---|---|---|
id |
string |
İş ortağı sunucusunun kaynak tanımlayıcısı. |
location |
string |
İş ortağı sunucusunun coğrafi konumu. |
replicationRole |
İş ortağı sunucusunun çoğaltma rolü. |
ReadOnlyEndpointFailoverPolicy
Yük devretme grubu için salt okunur uç noktanın yük devretme ilkesi.
Name | Tür | Description |
---|---|---|
Disabled |
string |
|
Enabled |
string |
ReadWriteEndpointFailoverPolicy
Yük devretme grubu için okuma-yazma uç noktasının yük devretme ilkesi. FailoverPolicy Otomatik ise yük devretmeWithDataLossGracePeriodMinutes gereklidir.
Name | Tür | Description |
---|---|---|
Automatic |
string |
|
Manual |
string |