共用方式為


AssignmentLockSettings.ExcludedActions 屬性

定義

取得或設定從藍圖鎖定中排除的管理作業清單。 最多允許 200 個動作。 如果鎖定模式設定為 'AllResourcesReadOnly',則下列動作會自動附加至 'excludedActions':'*/read'、'Microsoft.Network/virtualNetworks/subnets/join/action' 和 'Microsoft.Authorization/locks/delete'。 如果鎖定模式設定為 'AllResourcesDoNotDelete',則下列動作會自動附加至 'excludedActions':'Microsoft.Authorization/locks/delete'。 將會移除重複的動作。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於