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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET