共用方式為


BlobBatchSubmitBatchResponse type

包含 Blob 批次作業的回應資料。

type BlobBatchSubmitBatchResponse = WithResponse<
  ParsedBatchResponse & ServiceSubmitBatchHeaders,
  ServiceSubmitBatchHeaders
>