DscNodeConfigurationCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

type DscNodeConfigurationCreateOrUpdateResponse = DscNodeConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscNodeConfiguration
  }
}