Lists the address blocks that you have added to a directory.
directoryservice_list_ip_routes(DirectoryId, NextToken, Limit)
[required] Identifier (ID) of the directory for which you want to retrieve the IP addresses.
The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
svc$list_ip_routes( DirectoryId = "string", NextToken = "string", Limit = 123 )