Share via


NetworkRuleSet.DefaultAction Property

Definition

Gets or sets default Action for Network Rule Set. Possible values include: 'Allow', 'Deny'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to