مشاركة عبر


InvokeInfrastructureCommandResponse type

يحتوي على بيانات استجابة لعملية invokeInfrastructureCommand.

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