共用方式為


AssignmentLockSettings 類別

定義

定義藍圖指派所部署的資源如何鎖定。

public class AssignmentLockSettings
type AssignmentLockSettings = class
Public Class AssignmentLockSettings
繼承
AssignmentLockSettings

建構函式

AssignmentLockSettings()

初始化 AssignmentLockSettings 類別的新實例。

AssignmentLockSettings(String, IList<String>, IList<String>)

初始化 AssignmentLockSettings 類別的新實例。

屬性

ExcludedActions

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

ExcludedPrincipals

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

Mode

取得或設定鎖定模式。 可能的值包括:'None'、'AllResourcesReadOnly'、'AllResourcesDoNotDelete'

適用於