AppendBlobCreateResponse type

Contains response data for the create operation.

type AppendBlobCreateResponse = WithResponse<
  AppendBlobCreateHeaders,
  AppendBlobCreateHeaders
>