共用方式為


AssignmentLockSettings.ExcludedPrincipals 屬性

定義

取得或設定從藍圖鎖定中排除的 AAD 主體清單。 最多允許 5 個主體。

[Newtonsoft.Json.JsonProperty(PropertyName="excludedPrincipals")]
public System.Collections.Generic.IList<string> ExcludedPrincipals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedPrincipals")>]
member this.ExcludedPrincipals : System.Collections.Generic.IList<string> with get, set
Public Property ExcludedPrincipals As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於