共用方式為


AssignmentLockSettings 建構函式

定義

多載

AssignmentLockSettings()

初始化 AssignmentLockSettings 類別的新實例。

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

初始化 AssignmentLockSettings 類別的新實例。

AssignmentLockSettings()

初始化 AssignmentLockSettings 類別的新實例。

public AssignmentLockSettings ();
Public Sub New ()

適用於

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

初始化 AssignmentLockSettings 類別的新實例。

public AssignmentLockSettings (string mode = default, System.Collections.Generic.IList<string> excludedPrincipals = default, System.Collections.Generic.IList<string> excludedActions = default);
new Microsoft.Azure.Management.Blueprint.Models.AssignmentLockSettings : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Blueprint.Models.AssignmentLockSettings
Public Sub New (Optional mode As String = Nothing, Optional excludedPrincipals As IList(Of String) = Nothing, Optional excludedActions As IList(Of String) = Nothing)

參數

mode
String

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

excludedPrincipals
IList<String>

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

excludedActions
IList<String>

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

適用於