ArmPaloAltoNetworksNgfwModelFactory.FirewallPanoramaConfiguration 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.
Initializes a new instance of FirewallPanoramaConfiguration.
public static Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallPanoramaConfiguration FirewallPanoramaConfiguration(string configString = default, string vmAuthKey = default, string panoramaServer = default, string panoramaServer2 = default, string dgName = default, string tplName = default, string cgName = default, string hostName = default);
static member FirewallPanoramaConfiguration : string * string * string * string * string * string * string * string -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallPanoramaConfiguration
Public Shared Function FirewallPanoramaConfiguration (Optional configString As String = Nothing, Optional vmAuthKey As String = Nothing, Optional panoramaServer As String = Nothing, Optional panoramaServer2 As String = Nothing, Optional dgName As String = Nothing, Optional tplName As String = Nothing, Optional cgName As String = Nothing, Optional hostName As String = Nothing) As FirewallPanoramaConfiguration
Parameters
- configString
- String
Base64 encoded string representing Panorama parameters to be used by Firewall to connect to Panorama. This string is generated via azure plugin in Panorama.
- vmAuthKey
- String
VM auth key for panorama connectivity.
- panoramaServer
- String
Primary Panorama Server IP address value in dotted format for IPv4.
- panoramaServer2
- String
Secondary Panorama Server IP address value in dotted format for IPv4.
- dgName
- String
Panorama Device Group to join.
- tplName
- String
Panorama Template Stack to join - (Once configured we can not edit the value).
- cgName
- String
Panorama Collector Group to join - (Once configured we can not edit the value).
- hostName
- String
Resource name(may be unique) for PN admin.
Returns
A new FirewallPanoramaConfiguration instance for mocking.
Applies to
Azure SDK for .NET