InvokeInfrastructureCommandResponse type
Содержит данные ответа для операции invokeInfrastructureCommand.
type InvokeInfrastructureCommandResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}