FirewallEndpointConfiguration(String, IPAddressInfo) 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 FirewallEndpointConfiguration.
public FirewallEndpointConfiguration(string port, Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.IPAddressInfo address);
new Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallEndpointConfiguration : string * Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.IPAddressInfo -> Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallEndpointConfiguration
Public Sub New (port As String, address As IPAddressInfo)
Parameters
- port
- String
port ID.
- address
- IPAddressInfo
Address Space.
Exceptions
port
or address
is null.