Share via


HttpHeader(String) Constructor

Definition

Initializes a new instance of HttpHeader.

public HttpHeader (string name);
new Azure.Compute.Batch.HttpHeader : string -> Azure.Compute.Batch.HttpHeader
Public Sub New (name As String)

Parameters

name
String

The case-insensitive name of the header to be used while uploading output files.

Exceptions

name is null.

Applies to