Megosztás:


MeshServiceReplicaListResponse type

A listaművelet válaszadatait tartalmazza.

type MeshServiceReplicaListResponse = PagedServiceReplicaDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedServiceReplicaDescriptionList
  }
}