ServiceListContainersSegmentResponse type

Contains response data for the listContainersSegment operation.

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