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

OutputFileBlobContainerDestination.UploadHeaders Property

Definition

A list of name-value pairs for headers to be used in uploading output files. These headers will be specified when uploading files to Azure Storage. Official document on allowed headers when uploading blobs: https://free.blessedness.top/rest/api/storageservices/put-blob#request-headers-all-blob-types.

public System.Collections.Generic.IList<Azure.Compute.Batch.OutputFileUploadHeader> UploadHeaders { get; }
member this.UploadHeaders : System.Collections.Generic.IList<Azure.Compute.Batch.OutputFileUploadHeader>
Public ReadOnly Property UploadHeaders As IList(Of OutputFileUploadHeader)

Property Value

Applies to