Condividi tramite


FailoverGroupUpdate Class

A failover group update request.

Constructor

FailoverGroupUpdate(*, tags: dict[str, str] | None = None, read_write_endpoint: _models.FailoverGroupReadWriteEndpoint | None = None, read_only_endpoint: _models.FailoverGroupReadOnlyEndpoint | None = None, databases: list[str] | None = None, partner_servers: list['_models.PartnerInfo'] | None = None, secondary_type: str | _models.FailoverGroupDatabasesSecondaryType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

Default value: None
read_write_endpoint

Read-write endpoint of the failover group instance.

Default value: None
read_only_endpoint

Read-only endpoint of the failover group instance.

Default value: None
databases

List of databases in the failover group.

Default value: None
partner_servers

List of partner server information for the failover group.

Default value: None
secondary_type

Databases secondary type on partner server. Known values are: "Geo" and "Standby".

Default value: None

Variables

Name Description
tags

Resource tags.

read_write_endpoint

Read-write endpoint of the failover group instance.

read_only_endpoint

Read-only endpoint of the failover group instance.

databases

List of databases in the failover group.

partner_servers

List of partner server information for the failover group.

secondary_type

Databases secondary type on partner server. Known values are: "Geo" and "Standby".