次の方法で共有


DenyAssignment.ExcludePrincipals プロパティ

定義

拒否割り当てが適用されないプリンシパルの配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.excludePrincipals")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> ExcludePrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.excludePrincipals")>]
member this.ExcludePrincipals : System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.Principal> with get, set
Public Property ExcludePrincipals As IList(Of Principal)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象