INetworkInterfacePropertiesFormat.DefaultSecurityRule Property

Definition

The default security rules of network security group.

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

Property Value

Attributes

Applies to