次の方法で共有


MeshVolumeListResponse type

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

type MeshVolumeListResponse = PagedVolumeResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedVolumeResourceDescriptionList
  }
}