次の方法で共有


PostgreSqlGeoRedundantBackup 構造体

定義

サーバーのバックアップに geo 冗長を有効にするか、有効にしないか。

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

コンストラクター

PostgreSqlGeoRedundantBackup(String)

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

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(PostgreSqlGeoRedundantBackup)

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

ToString()

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

演算子

Equality(PostgreSqlGeoRedundantBackup, PostgreSqlGeoRedundantBackup)

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

Implicit(String to PostgreSqlGeoRedundantBackup)

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

Inequality(PostgreSqlGeoRedundantBackup, PostgreSqlGeoRedundantBackup)

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

適用対象