DscConfigurationUpdateResponse type
Berisi data respons untuk operasi pembaruan.
type DscConfigurationUpdateResponse = DscConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfiguration
}
}