MeshServiceListResponse type
Enthält Antwortdaten für den Listenvorgang.
type MeshServiceListResponse = PagedServiceResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedServiceResourceDescriptionList
}
}