Sdílet prostřednictvím


SourceControlListByAutomationAccountNextResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccountNext.

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