VariableListByAutomationAccountResponse type
Innehåller svarsdata för åtgärden listByAutomationAccount.
type VariableListByAutomationAccountResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}