Język

ArmNetworkModelFactory.FirewallPolicyHttpHeaderToInsert Method

Definition

name and value of HTTP/S header to insert.

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.

Applies to