FailoverGroupUpdate interface
故障轉移群組更新要求。
屬性
| databases | 故障轉移群組中的資料庫清單。 |
| partner |
故障轉移群組的合作夥伴伺服器資訊清單。 |
| read |
故障轉移群組實例的唯讀端點。 |
| read |
故障轉移群組實例的讀寫端點。 |
| secondary |
夥伴伺服器上的資料庫次要類型。 |
| tags | 資源標籤。 |
屬性詳細資料
databases
故障轉移群組中的資料庫清單。
databases?: string[]
屬性值
string[]
partnerServers
readOnlyEndpoint
readWriteEndpoint
故障轉移群組實例的讀寫端點。
readWriteEndpoint?: FailoverGroupReadWriteEndpoint
屬性值
secondaryType
夥伴伺服器上的資料庫次要類型。
secondaryType?: string
屬性值
string
tags
資源標籤。
tags?: Record<string, string>
屬性值
Record<string, string>