次の方法で共有


GovernanceRuleOwnerSourceType 構造体

定義

ガバナンス ルール所有者ソースの所有者の種類。

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

コンストラクター

GovernanceRuleOwnerSourceType(String)

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

プロパティ

ByTag

リソース タグを使用して定義されたルール ソースの種類。

Manually

手動で定義されたルール ソースの種類。

メソッド

Equals(GovernanceRuleOwnerSourceType)

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

ToString()

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

演算子

Equality(GovernanceRuleOwnerSourceType, GovernanceRuleOwnerSourceType)

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

Implicit(String to GovernanceRuleOwnerSourceType)

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

Inequality(GovernanceRuleOwnerSourceType, GovernanceRuleOwnerSourceType)

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

適用対象