次の方法で共有


RecoveryServicesSoftDeleteState 構造体

定義

RecoveryServicesSoftDeleteState。

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

コンストラクター

RecoveryServicesSoftDeleteState(String)

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

プロパティ

AlwaysON

Alwayson。

Disabled

無効。

Enabled

有効にします。

Invalid

無効。

メソッド

Equals(RecoveryServicesSoftDeleteState)

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

ToString()

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

演算子

Equality(RecoveryServicesSoftDeleteState, RecoveryServicesSoftDeleteState)

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

Implicit(String to RecoveryServicesSoftDeleteState)

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

Inequality(RecoveryServicesSoftDeleteState, RecoveryServicesSoftDeleteState)

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

適用対象