次の方法で共有


ImplementationEffort 構造体

定義

この評価を修復するために必要な実装作業。

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

コンストラクター

ImplementationEffort(String)

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

プロパティ

High

高。

Low

低。

Moderate

中程度。

メソッド

Equals(ImplementationEffort)

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

ToString()

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

演算子

Equality(ImplementationEffort, ImplementationEffort)

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

Implicit(String to ImplementationEffort)

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

Inequality(ImplementationEffort, ImplementationEffort)

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

適用対象