ComputeBatchModelFactory.OutputFileUploadHeader(String, String) 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.
An HTTP header name-value pair.
public static Azure.Compute.Batch.OutputFileUploadHeader OutputFileUploadHeader(string name = default, string value = default);
static member OutputFileUploadHeader : string * string -> Azure.Compute.Batch.OutputFileUploadHeader
Public Shared Function OutputFileUploadHeader (Optional name As String = Nothing, Optional value As String = Nothing) As OutputFileUploadHeader
Parameters
- name
- String
The case-insensitive name of the header to be used while uploading output files.
- value
- String
The value of the header to be used while uploading output files.
Returns
A new OutputFileUploadHeader instance for mocking.