AzureFirewallNetworkRuleCollectionData.Rules 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.
Collection of rules used by a network rule collection.
public Azure.Provisioning.BicepList<Azure.Provisioning.Network.AzureFirewallNetworkRule> Rules { get; set; }
member this.Rules : Azure.Provisioning.BicepList<Azure.Provisioning.Network.AzureFirewallNetworkRule> with get, set
Public Property Rules As BicepList(Of AzureFirewallNetworkRule)