AutomationAccountListNextResponse type
listNext 操作の応答データを格納します。
type AutomationAccountListNextResponse = AutomationAccountListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AutomationAccountListResult
}
}