InvokeInfrastructureQueryResponse type
Enthält Antwortdaten für den invokeInfrastructureQuery-Vorgang.
type InvokeInfrastructureQueryResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}