DscCompilationJobGetResponse type
Alma işlemi için yanıt verilerini içerir.
type DscCompilationJobGetResponse = DscCompilationJob & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscCompilationJob
}
}