DscConfigurationUpdateResponse type
Innehåller svarsdata för uppdateringsåtgärden.
type DscConfigurationUpdateResponse = DscConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfiguration
}
}