NetworkSecurityGroupInner.DefaultSecurityRules Property

Definition

Gets the default security rules of network security group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to