NetworkRuleSetProperties.DefaultAction Property

Definition

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

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to