INetworkInterface.SecurityRule Property

Definition

A collection of security rules of the network security group.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A collection of security rules of the network security group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISecurityRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="securityRules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISecurityRule> SecurityRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A collection of security rules of the network security group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISecurityRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="securityRules", Update=true)>]
member this.SecurityRule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ISecurityRule> with get, set
Public Property SecurityRule As List(Of ISecurityRule)

Property Value

Attributes

Applies to