Sdílet prostřednictvím


DscCompilationJobListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

type DscCompilationJobListByAutomationAccountNextResponse =
  DscCompilationJobListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: DscCompilationJobListResult
    }
  }