INetworkSecurityGroupResourceSettings.SecurityRule Property

Definition

Gets or sets Security rules of network security group.

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

Property Value

Attributes

Applies to