VariableListByAutomationAccountNextResponse type
Enthält Antwortdaten für den ListByAutomationAccountNext-Vorgang.
type VariableListByAutomationAccountNextResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}