你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AssignmentLockSettings.ExcludedActions 属性

定义

从蓝图锁中排除的管理操作的列表。 最多允许 200 个操作。 如果锁定模式设置为“AllResourcesReadOnly”,则以下操作将自动追加到“excludedActions”:“*/read”、“Microsoft.Network/virtualNetworks/subnets/join/action”和“Microsoft.Authorization/locks/delete”。 如果锁定模式设置为“AllResourcesDoNotDelete”,则以下操作将自动追加到“excludedActions”:“Microsoft.Authorization/locks/delete”。 将删除重复的操作。

public System.Collections.Generic.IList<string> ExcludedActions { get; }
member this.ExcludedActions : System.Collections.Generic.IList<string>
Public ReadOnly Property ExcludedActions As IList(Of String)

属性值

适用于