次の方法で共有


SecurityControlType 構造体

定義

セキュリティ コントロールの種類 (BuiltIn など)。

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

コンストラクター

SecurityControlType(String)

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

プロパティ

BuiltIn

クラウド管理評価のMicrosoft Defender。

Custom

クラウド管理評価の非Microsoft Defender。

メソッド

Equals(SecurityControlType)

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

ToString()

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

演算子

Equality(SecurityControlType, SecurityControlType)

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

Implicit(String to SecurityControlType)

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

Inequality(SecurityControlType, SecurityControlType)

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

適用対象