共用方式為


BlockBlobGetBlockListResponse type

包含 getBlockList 作業的響應數據。

type BlockBlobGetBlockListResponse = WithResponse<
  BlockBlobGetBlockListResponseInternal,
  BlockBlobGetBlockListHeaders
>