GetServiceInfoResponse type
Enthält Antwortdaten für den getServiceInfo-Vorgang.
type GetServiceInfoResponse = ServiceInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceInfoUnion
}
}