ServicesBeginUpdateResponse type

Contains response data for the beginUpdate operation.

type ServicesBeginUpdateResponse = DataMigrationService & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataMigrationService
  }
}