Replication Links - Get
取得複寫連結。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/replicationLinks/{linkId}?api-version=2021-11-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
database
|
path | True |
string |
資料庫的名稱。 |
link
|
path | True |
string |
複寫連結的名稱。 |
resource
|
path | True |
string |
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。 |
server
|
path | True |
string |
伺服器的名稱。 |
subscription
|
path | True |
string |
可識別 Azure 訂用帳戶的訂用帳戶識別碼。 |
api-version
|
query | True |
string |
要用於要求的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
已成功擷取指定的復寫連結。 |
|
Other Status Codes |
錯誤回應: ≦
|
範例
Gets the replication link.
範例要求
範例回覆
{
"properties": {
"partnerServer": "testsvr",
"partnerDatabase": "gamma-db",
"partnerLocation": "Japan East",
"role": "Primary",
"partnerRole": "Secondary",
"replicationMode": "ASYNC",
"startTime": "2018-06-21T08:12:43.783Z",
"percentComplete": 100,
"replicationState": "CATCH_UP",
"isTerminationAllowed": true,
"linkType": "GEO"
},
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.Sql/servers/sourcesvr/databases/gamma-db/replicationLinks/4891ca10-ebd0-47d7-9182-c722651780fb",
"name": "4891ca10-ebd0-47d7-9182-c722651780fb"
}
定義
名稱 | Description |
---|---|
Replication |
複寫連結。 |
Replication |
鏈接類型 (GEO、NAMED、STANDBY) 。 |
Replication |
本機複寫角色。 |
Replication |
復寫狀態 (PENDING、SEEDING、CATCHUP、SUSPENDED) 。 |
ReplicationLink
複寫連結。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源識別碼。 |
name |
string |
資源名稱。 |
properties.isTerminationAllowed |
boolean |
使用者目前是否允許終止連結。 |
properties.linkType |
鏈接類型 (GEO、NAMED、STANDBY) 。 |
|
properties.partnerDatabase |
string |
資源夥伴資料庫。 |
properties.partnerLocation |
string |
資源夥伴位置。 |
properties.partnerRole |
合作夥伴複寫角色。 |
|
properties.partnerServer |
string |
資源夥伴伺服器。 |
properties.percentComplete |
integer |
連結的植入完成百分比。 |
properties.replicationMode |
string |
複寫模式。 |
properties.replicationState |
復寫狀態 (PENDING、SEEDING、CATCHUP、SUSPENDED) 。 |
|
properties.role |
本機複寫角色。 |
|
properties.startTime |
string |
建立連結的時間。 |
type |
string |
資源類型。 |
ReplicationLinkType
鏈接類型 (GEO、NAMED、STANDBY) 。
名稱 | 類型 | Description |
---|---|---|
GEO |
string |
|
NAMED |
string |
|
STANDBY |
string |
ReplicationRole
本機複寫角色。
名稱 | 類型 | Description |
---|---|---|
Copy |
string |
|
NonReadableSecondary |
string |
|
Primary |
string |
|
Secondary |
string |
|
Source |
string |
ReplicationState
復寫狀態 (PENDING、SEEDING、CATCHUP、SUSPENDED) 。
名稱 | 類型 | Description |
---|---|---|
CATCH_UP |
string |
|
PENDING |
string |
|
SEEDING |
string |
|
SUSPENDED |
string |