次の方法で共有


SecurityCenterVmEnforcementSupportState 構造体

定義

強制機能のマシンのサポート可能性。

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

コンストラクター

SecurityCenterVmEnforcementSupportState(String)

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

プロパティ

NotSupported

NotSupported。

Supported

サポートされています。

Unknown

不明。

メソッド

Equals(SecurityCenterVmEnforcementSupportState)

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

ToString()

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

演算子

Equality(SecurityCenterVmEnforcementSupportState, SecurityCenterVmEnforcementSupportState)

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

Implicit(String to SecurityCenterVmEnforcementSupportState)

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

Inequality(SecurityCenterVmEnforcementSupportState, SecurityCenterVmEnforcementSupportState)

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

適用対象