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