Aracılığıyla paylaş


SourceControlListByAutomationAccountResponse type

listByAutomationAccount işlemi için yanıt verilerini içerir.

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