NetworkAccessControlEntry.Action Property

Definition

Gets or sets action object. Possible values include: 'Permit', 'Deny'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to