DscCompilationJobGetResponse type
Contains response data for the get operation.
type DscCompilationJobGetResponse = DscCompilationJob & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscCompilationJob
}
}