Freigeben über


AutomationAccountListResponse type

Enthält Antwortdaten für den Listenvorgang.

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