次の方法で共有


SecurityRuleAssociations.DefaultSecurityRules プロパティ

定義

ネットワーク セキュリティ グループの既定のセキュリティ規則のコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象