次の方法で共有


VirtualNetworkRule.Action プロパティ

定義

仮想ネットワーク 規則のアクションを取得または設定します。 使用可能な値は次のとおりです: 'Allow'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象