VariableListByAutomationAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccount.
type VariableListByAutomationAccountResponse = VariableListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: VariableListResult
}
}