DscConfigurationGetResponse type

Contains response data for the get operation.

type DscConfigurationGetResponse = DscConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscConfiguration
  }
}