Freigeben über


InvokeInfrastructureCommandResponse type

Enthält Antwortdaten für den invokeInfrastructureCommand-Vorgang.

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