LocalRulestackPrefixData(IEnumerable<String>) Constructor
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.
Initializes a new instance of LocalRulestackPrefixData.
public LocalRulestackPrefixData (System.Collections.Generic.IEnumerable<string> prefixList);
new Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackPrefixData : seq<string> -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackPrefixData
Public Sub New (prefixList As IEnumerable(Of String))
Parameters
- prefixList
- IEnumerable<String>
prefix list.
Exceptions
prefixList
is null.