Compartilhar via


NetworkAccessControlEntry.Action Propriedade

Definição

Obtém ou define o objeto de ação. Os valores possíveis incluem: 'Permitir', 'Negar'

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a