Compartir a través de


NetworkRuleSet.DefaultAction Propiedad

Definición

Obtiene o establece la acción predeterminada cuando ninguna regla de ipRules y de virtualNetworkRules coinciden. Esto solo se usa después de evaluar la propiedad bypass. Entre los valores posibles se incluyen: "Allow", "Deny"

[Newtonsoft.Json.JsonProperty(PropertyName="defaultAction")]
public string DefaultAction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultAction")>]
member this.DefaultAction : string with get, set
Public Property DefaultAction As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a