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


ServiceListContainersSegmentResponse type

A listContainersSegment művelet válaszadatait tartalmazza.

type ServiceListContainersSegmentResponse =
  ServiceListContainersSegmentHeaders &
    ListContainersSegmentResponse & {
      _response: coreHttp.HttpResponse & {
        bodyAsText: string
        parsedBody: ListContainersSegmentResponse
        parsedHeaders: ServiceListContainersSegmentHeaders
      }
    }