Udostępnij za pośrednictwem


AssignmentLockSettings Konstruktory

Definicja

Przeciążenia

AssignmentLockSettings()

Inicjuje nowe wystąpienie klasy AssignmentLockSettings.

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

Inicjuje nowe wystąpienie klasy AssignmentLockSettings.

AssignmentLockSettings()

Inicjuje nowe wystąpienie klasy AssignmentLockSettings.

public AssignmentLockSettings ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

mode
String

Tryb blokady. Możliwe wartości to: "None", "AllResourcesReadOnly", "AllResourcesDoNotDelete"

excludedPrincipals
IList<String>

Lista podmiotów zabezpieczeń usługi AAD wykluczonych z blokad strategii. Dozwolone są maksymalnie 5 podmiotów zabezpieczeń.

excludedActions
IList<String>

Lista operacji zarządzania, które są wykluczone z blokad strategii. Dozwolone są maksymalnie 200 akcji. Jeśli tryb blokady ma wartość "AllResourcesReadOnly", następujące akcje są automatycznie dołączane do "excludedActions": "*/read", "Microsoft.Network/virtualNetworks/subnets/join/action" i "Microsoft.Authorization/locks/delete". Jeśli tryb blokady ma wartość "AllResourcesDoNotDelete", następujące akcje są automatycznie dołączane do "excludedActions": "Microsoft.Authorization/locks/delete". Zduplikowane akcje zostaną usunięte.

Dotyczy