次の方法で共有


InboundSecurityRule.Rules プロパティ

定義

許可される規則の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.rules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> Rules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.rules")>]
member this.Rules : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> with get, set
Public Property Rules As IList(Of InboundSecurityRules)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象