次の方法で共有


MeshGatewayListResponse type

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

type MeshGatewayListResponse = PagedGatewayResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedGatewayResourceDescriptionList
  }
}