Aracılığıyla paylaş


AutomationAccountListResponse type

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

type AutomationAccountListResponse = AutomationAccountListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AutomationAccountListResult
  }
}