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