DscConfigurationCreateOrUpdateResponse type    
Contains response data for the createOrUpdate operation.
type DscConfigurationCreateOrUpdateResponse = DscConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscConfiguration
  }
}