OutputFileBlobContainerDestination.UploadHeaders プロパティ

定義

出力ファイルのアップロードに使用するヘッダーの名前と値のペアの一覧を取得または設定します。

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)

プロパティ値

注釈

これらのヘッダーは、Azure Storage にファイルをアップロードするときに指定されます。 詳細については、「要求ヘッダー (すべての BLOB の種類)」を参照してください。https://docs.microsoft.com/rest/api/storageservices/put-blob#request-headers-all-blob-types).

適用対象