次の方法で共有


PostgreSqlFlexibleServerGeoRedundantBackupEnum 構造体

定義

Geo-Redundantバックアップがサーバーで有効になっているかどうかを示す 値。

public readonly struct PostgreSqlFlexibleServerGeoRedundantBackupEnum : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerGeoRedundantBackupEnum>
type PostgreSqlFlexibleServerGeoRedundantBackupEnum = struct
Public Structure PostgreSqlFlexibleServerGeoRedundantBackupEnum
Implements IEquatable(Of PostgreSqlFlexibleServerGeoRedundantBackupEnum)
継承
PostgreSqlFlexibleServerGeoRedundantBackupEnum
実装

コンストラクター

PostgreSqlFlexibleServerGeoRedundantBackupEnum(String)

PostgreSqlFlexibleServerGeoRedundantBackupEnum の新しいインスタンスを初期化します。

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(PostgreSqlFlexibleServerGeoRedundantBackupEnum)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum)

2 つの PostgreSqlFlexibleServerGeoRedundantBackupEnum 値が同じかどうかを判断します。

Implicit(String to PostgreSqlFlexibleServerGeoRedundantBackupEnum)

文字列を PostgreSqlFlexibleServerGeoRedundantBackupEnum に変換します。

Inequality(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum)

2 つの PostgreSqlFlexibleServerGeoRedundantBackupEnum 値が同じでないかどうかを判断します。

適用対象