次の方法で共有


MeshServiceListResponse type

リスト操作の応答データが含まれています。

type MeshServiceListResponse = PagedServiceResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedServiceResourceDescriptionList
  }
}