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