次の方法で共有


NetworkSecurityGroup.DefaultSecurityRules プロパティ

定義

ネットワーク セキュリティ グループの既定のセキュリティ規則を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象