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