Condividi tramite


SourceControlListByAutomationAccountResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccount.

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