次の方法で共有


NonComplianceMessage.PolicyDefinitionReferenceId プロパティ

定義

メッセージの対象となるポリシー セット定義内のポリシー定義参照 ID を取得または設定します。 これは、ポリシー割り当てによってポリシー セット定義が割り当てられている場合にのみ適用されます。 これが指定されていない場合、メッセージは、このポリシー割り当てによって割り当てられたすべてのポリシーに適用されます。

[Newtonsoft.Json.JsonProperty(PropertyName="policyDefinitionReferenceId")]
public string PolicyDefinitionReferenceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="policyDefinitionReferenceId")>]
member this.PolicyDefinitionReferenceId : string with get, set
Public Property PolicyDefinitionReferenceId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象