BlockBlobCommitBlockListResponse type

commitBlockList işlemi için yanıt verilerini içerir.

type BlockBlobCommitBlockListResponse = BlockBlobCommitBlockListHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: BlockBlobCommitBlockListHeaders
  }
}