DscConfigurationUpdateResponse type
Obsahuje data odpovědi pro operaci aktualizace.
type DscConfigurationUpdateResponse = DscConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfiguration
}
}