VariableListByAutomationAccountNextResponse type
Contiene i dati di risposta per l'operazione listByAutomationAccountNext.
type VariableListByAutomationAccountNextResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}