IDataProductProperties.NetworkaclIPRule 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.
IP rule with specific IP or IP range in CIDR format.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.Info(Description="IP rule with specific IP or IP range in CIDR format.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IIPRules) }, ReadOnly=false, Required=false, SerializedName="ipRules")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IIPRules[] NetworkaclIPRule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Runtime.Info(Description="IP rule with specific IP or IP range in CIDR format.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IIPRules) }, ReadOnly=false, Required=false, SerializedName="ipRules")>]
member this.NetworkaclIPRule : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IIPRules[] with get, set
Public Property NetworkaclIPRule As IIPRules()
Property Value
IIPRules[]
- Attributes