Compartilhar via


SourceControlSyncJobListByAutomationAccountResponse type

Contém dados de resposta para a operação listByAutomationAccount.

type SourceControlSyncJobListByAutomationAccountResponse =
  SourceControlSyncJobListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SourceControlSyncJobListResult
    }
  }