FailoverGroupUpdate Class
A failover group update request.
- Inheritance
-
msrest.serialization.ModelFailoverGroupUpdate
Constructor
FailoverGroupUpdate(*, tags: Dict[str, str] | None = None, read_write_endpoint: FailoverGroupReadWriteEndpoint | None = None, read_only_endpoint: FailoverGroupReadOnlyEndpoint | None = None, databases: List[str] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tags
Required
|
A set of tags. Resource tags. |
read_write_endpoint
Required
|
Read-write endpoint of the failover group instance. |
read_only_endpoint
Required
|
Read-only endpoint of the failover group instance. |
databases
Required
|
List of databases in the failover group. |
Keyword-Only Parameters
Name | Description |
---|---|
tags
Required
|
|
read_write_endpoint
Required
|
|
read_only_endpoint
Required
|
|
databases
Required
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python