NetworkSecurityGroup.DefaultSecurityRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default security rules of network security group.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute