Share via


OutputFileBlobContainerDestination.UploadHeaders Property

Definition

Gets or sets a list of name-value pairs for headers to be used in uploading output files.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.HttpHeader> UploadHeaders { get; set; }
member this.UploadHeaders : System.Collections.Generic.IList<Microsoft.Azure.Batch.HttpHeader> with get, set
Public Property UploadHeaders As IList(Of HttpHeader)

Property Value

Remarks

These headers will be specified when uploading files to Azure Storage. For more information, see [Request Headers (All Blob Types)](https://docs.microsoft.com/rest/api/storageservices/put-blob#request-headers-all-blob-types).

Applies to