Condividi tramite


SourceControlListByAutomationAccountNextResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccountNext.

type SourceControlListByAutomationAccountNextResponse =
  SourceControlListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SourceControlListResult
    }
  }