次の方法で共有


MySqlGeoRedundantBackup 構造体

定義

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

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

コンストラクター

MySqlGeoRedundantBackup(String)

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

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(MySqlGeoRedundantBackup)

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

ToString()

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

演算子

Equality(MySqlGeoRedundantBackup, MySqlGeoRedundantBackup)

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

Implicit(String to MySqlGeoRedundantBackup)

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

Inequality(MySqlGeoRedundantBackup, MySqlGeoRedundantBackup)

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

適用対象