NetworkSecurityGroupInner.SecurityRules Property

Definition

Gets or sets a collection of security rules of the network security group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to