ISubnet.DefaultSecurityRule 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.
The default security rules of network security group.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The default security rules of network security group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule) }, ReadOnly=true, Required=false, SerializedName="defaultSecurityRules")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule[] DefaultSecurityRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The default security rules of network security group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule) }, ReadOnly=true, Required=false, SerializedName="defaultSecurityRules")>]
member this.DefaultSecurityRule : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISecurityRule[]
Public ReadOnly Property DefaultSecurityRule As ISecurityRule()
Property Value
- Attributes