Freigeben über


VariableListByAutomationAccountResponse type

Enthält Antwortdaten für den ListByAutomationAccount-Vorgang.

type VariableListByAutomationAccountResponse = VariableListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VariableListResult
  }
}