Dela via


DscCompilationJobGetResponse type

Innehåller svarsdata för get-åtgärden.

type DscCompilationJobGetResponse = DscCompilationJob & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DscCompilationJob
  }
}