Delen via


AssignmentLockSettings.ExcludedActions Eigenschap

Definitie

Hiermee wordt een lijst met beheerbewerkingen opgehaald of ingesteld die zijn uitgesloten van blauwdrukvergrendelingen. Er zijn maximaal 200 acties toegestaan. Als de vergrendelingsmodus is ingesteld op AllResourcesReadOnly, worden de volgende acties automatisch toegevoegd aan 'excludedActions': '*/read', 'Microsoft.Network/virtualNetworks/subnets/join/action' en 'Microsoft.Authorization/locks/delete'. Als de vergrendelingsmodus is ingesteld op 'AllResourcesDoNotDelete', worden de volgende acties automatisch toegevoegd aan 'excludedActions': 'Microsoft.Authorization/locks/delete'. Dubbele acties worden verwijderd.

[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)

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Van toepassing op