DscNodeConfigurationGetResponse type    
Contains response data for the get operation.
type DscNodeConfigurationGetResponse = DscNodeConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscNodeConfiguration
  }
}