你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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