DscCompilationJobGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type DscCompilationJobGetResponse = DscCompilationJob & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DscCompilationJob
}
}