Sdílet prostřednictvím


NetworkRuleSet.DefaultAction Property

Definition

Gets or sets specifies the default action of allow or deny when no other rules match. Possible values include: 'Allow', 'Deny'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to