Sdílet prostřednictvím


SourceControlListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

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