ArmNetworkModelFactory.FirewallPolicyHttpHeaderToInsert 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.FirewallPolicyHttpHeaderToInsert FirewallPolicyHttpHeaderToInsert(string headerName = default, string headerValue = default);
static member FirewallPolicyHttpHeaderToInsert : string * string -> Azure.ResourceManager.Network.Models.FirewallPolicyHttpHeaderToInsert
Public Shared Function FirewallPolicyHttpHeaderToInsert (Optional headerName As String = Nothing, Optional headerValue As String = Nothing) As FirewallPolicyHttpHeaderToInsert
Parameters
- headerName
- String
Contains the name of the header.
- headerValue
- String
Contains the value of the header.
Returns
A new FirewallPolicyHttpHeaderToInsert instance for mocking.