次の方法で共有


NetworkAccessControlEntry.Action プロパティ

定義

アクション オブジェクトを取得または設定します。 使用可能な値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象