MeshServiceListResponse type
リスト操作の応答データが含まれています。
type MeshServiceListResponse = PagedServiceResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedServiceResourceDescriptionList
}
}