OutputFileBlobContainerDestination.UploadHeaders Property
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET