ServicesCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

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