次の方法で共有


SubnetAssociation.SecurityRules プロパティ

定義

カスタム セキュリティ規則のコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象