Dela via


AssignmentLockSettings.ExcludedActions Egenskap

Definition

Hämtar eller anger en lista över hanteringsåtgärder som undantas från skisslås. Upp till 200 åtgärder är tillåtna. Om låsläget är inställt på "AllResourcesReadOnly" läggs följande åtgärder automatiskt till i "excludedActions": "*/read", "Microsoft.Network/virtualNetworks/subnets/join/action" och "Microsoft.Authorization/locks/delete". Om låsläget är inställt på "AllResourcesDoNotDelete" läggs följande åtgärder automatiskt till i "excludedActions": "Microsoft.Authorization/locks/delete". Dubblettåtgärder tas bort.

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

Egenskapsvärde

Attribut
Newtonsoft.Json.JsonPropertyAttribute

Gäller för