Share via


AppsUpdateResponse type

Bevat antwoordgegevens voor de updatebewerking.

type AppsUpdateResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}