Condividi tramite


OutputFileBlobContainerDestination.UploadHeaders Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="uploadHeaders")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.HttpHeader> UploadHeaders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="uploadHeaders")>]
member this.UploadHeaders : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.HttpHeader> with get, set
Public Property UploadHeaders As IList(Of HttpHeader)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

These headers will be specified when uploading files to Azure Storage. Official document on allowed headers when uploading blobs: https://docs.microsoft.com/rest/api/storageservices/put-blob#request-headers-all-blob-types

Applies to