Megosztás a következőn keresztül:


ContainerListBlobFlatSegmentResponse type

A listBlobFlatSegment művelet válaszadatait tartalmazza.

type ContainerListBlobFlatSegmentResponse = WithResponse<
  ListBlobsFlatSegmentResponse & ContainerListBlobFlatSegmentHeaders,
  ContainerListBlobFlatSegmentHeaders,
  ListBlobsFlatSegmentResponseModel
>