你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported 结构

定义

一个值,该值指示此区域是否支持区域冗余 HA 和异地备份。 “已启用”表示支持区域冗余 HA 和异地备份。 “Disabled”表示区域冗余 HA,不支持异地备份。

public readonly struct PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported>
type PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported = struct
Public Structure PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported
Implements IEquatable(Of PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)
继承
PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported
实现

构造函数

PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported(String)

初始化 PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported 的新实例。

属性

Disabled

已禁用。

Enabled

已启用。

方法

Equals(PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported, PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

确定两个 PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported 值是否相同。

Implicit(String to PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

将字符串转换为 PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported

Inequality(PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported, PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported)

确定两个 PostgreSqlFlexibleServerZoneRedundantHaAndGeoBackupSupported 值是否不同。

适用于