FirewallRulesListByAccountNextResponse type
Innehåller svarsdata för åtgärden listByAccountNext.
type FirewallRulesListByAccountNextResponse = FirewallRuleListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FirewallRuleListResult
}
}