PageBlobCreateResponse type

包含建立作業的響應數據。

TypeScript
type PageBlobCreateResponse = WithResponse<
  PageBlobCreateHeaders,
  PageBlobCreateHeaders
>