次の方法で共有


VmResourceFeatureSupportStatus 構造体

定義

機能のサポート状態。

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

コンストラクター

VmResourceFeatureSupportStatus(String)

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

プロパティ

DefaultOff

DefaultOFF。

DefaultOn

DefaultON。

Invalid

無効。

NotSupported

NotSupported。

Supported

サポートされています。

メソッド

Equals(VmResourceFeatureSupportStatus)

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

ToString()

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

演算子

Equality(VmResourceFeatureSupportStatus, VmResourceFeatureSupportStatus)

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

Implicit(String to VmResourceFeatureSupportStatus)

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

Inequality(VmResourceFeatureSupportStatus, VmResourceFeatureSupportStatus)

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

適用対象