Aracılığıyla paylaş


ModuleListByAutomationAccountResponse type

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

type ModuleListByAutomationAccountResponse = ModuleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModuleListResult
  }
}