DscConfigurationGetResponse type
Bevat antwoordgegevens voor de get-bewerking.
type DscConfigurationGetResponse = DscConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscConfiguration
}
}