Compartir a través de


NetworkAccessControlEntry.Action Propiedad

Definición

Obtiene o establece el objeto de acción. Entre los valores posibles se incluyen: "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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a