次の方法で共有


RedisRebootType 構造体

定義

再起動する Redis ノード。 この値に応じて、データ損失が発生する可能性があります。

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

コンストラクター

RedisRebootType(String)

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

プロパティ

AllNodes

AllNodes。

PrimaryNode

PrimaryNode。

SecondaryNode

SecondaryNode。

メソッド

Equals(RedisRebootType)

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

ToString()

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

演算子

Equality(RedisRebootType, RedisRebootType)

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

Implicit(String to RedisRebootType)

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

Inequality(RedisRebootType, RedisRebootType)

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

適用対象