IPRule.Action Property

Definition

Gets or sets the action of IP ACL rule. Possible values include: 'Allow'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to