ArmPaloAltoNetworksNgfwModelFactory.DestinationAddressInfo Method
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.
destination address.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.DestinationAddressInfo DestinationAddressInfo(System.Collections.Generic.IEnumerable<string> cidrs = default, System.Collections.Generic.IEnumerable<string> countries = default, System.Collections.Generic.IEnumerable<string> feeds = default, System.Collections.Generic.IEnumerable<string> prefixLists = default, System.Collections.Generic.IEnumerable<string> fqdnLists = default);
static member DestinationAddressInfo : seq<string> * seq<string> * seq<string> * seq<string> * seq<string> -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.DestinationAddressInfo
Public Shared Function DestinationAddressInfo (Optional cidrs As IEnumerable(Of String) = Nothing, Optional countries As IEnumerable(Of String) = Nothing, Optional feeds As IEnumerable(Of String) = Nothing, Optional prefixLists As IEnumerable(Of String) = Nothing, Optional fqdnLists As IEnumerable(Of String) = Nothing) As DestinationAddressInfo
Parameters
- cidrs
- IEnumerable<String>
special value 'any'.
- countries
- IEnumerable<String>
list of countries.
- feeds
- IEnumerable<String>
list of feeds.
- prefixLists
- IEnumerable<String>
prefix list.
- fqdnLists
- IEnumerable<String>
fqdn list.
Returns
A new DestinationAddressInfo instance for mocking.