ArmNetworkModelFactory.FirewallPolicyExplicitProxy 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.
public static Azure.ResourceManager.Network.Models.FirewallPolicyExplicitProxy FirewallPolicyExplicitProxy(bool? enableExplicitProxy = default, int? httpPort = default, int? httpsPort = default, bool? enablePacFile = default, int? pacFilePort = default, string pacFile = default);
static member FirewallPolicyExplicitProxy : Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<bool> * Nullable<int> * string -> Azure.ResourceManager.Network.Models.FirewallPolicyExplicitProxy
Public Shared Function FirewallPolicyExplicitProxy (Optional enableExplicitProxy As Nullable(Of Boolean) = Nothing, Optional httpPort As Nullable(Of Integer) = Nothing, Optional httpsPort As Nullable(Of Integer) = Nothing, Optional enablePacFile As Nullable(Of Boolean) = Nothing, Optional pacFilePort As Nullable(Of Integer) = Nothing, Optional pacFile As String = Nothing) As FirewallPolicyExplicitProxy
Parameters
Port number for explicit proxy http protocol, cannot be greater than 64000.
Port number for explicit proxy https protocol, cannot be greater than 64000.
- pacFile
- String
SAS URL for PAC file.
Returns
A new FirewallPolicyExplicitProxy instance for mocking.