Delen via


ContainerAppHttpHeaderInfo(String, String) Constructor

Definition

Initializes a new instance of ContainerAppHttpHeaderInfo.

public ContainerAppHttpHeaderInfo (string name, string value);
new Azure.ResourceManager.AppContainers.Models.ContainerAppHttpHeaderInfo : string * string -> Azure.ResourceManager.AppContainers.Models.ContainerAppHttpHeaderInfo
Public Sub New (name As String, value As String)

Parameters

name
String

The header field name.

value
String

The header field value.

Exceptions

name or value is null.

Applies to