Compartilhar via


FirewallPolicyHttpHeaderToInsert Class

name and value of HTTP/S header to insert.

Inheritance
azure.mgmt.network._serialization.Model
FirewallPolicyHttpHeaderToInsert

Constructor

FirewallPolicyHttpHeaderToInsert(*, header_name: str | None = None, header_value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
header_name
str

Contains the name of the header.

header_value
str

Contains the value of the header.

Variables

Name Description
header_name
str

Contains the name of the header.

header_value
str

Contains the value of the header.