VariableListByAutomationAccountNextResponse type
listByAutomationAccountNext işlemi için yanıt verilerini içerir.
type VariableListByAutomationAccountNextResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}