ServiceUnitsCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type ServiceUnitsCreateOrUpdateResponse = ServiceUnitResource &
  ServiceUnitsCreateOrUpdateHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ServiceUnitResource
      parsedHeaders: ServiceUnitsCreateOrUpdateHeaders
    }
  }