Condividi tramite


InvokeInfrastructureCommandResponse type

Contiene i dati di risposta per l'operazione invokeInfrastructureCommand.

type InvokeInfrastructureCommandResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}