Amazon.DirectoryService.AmazonDirectoryServiceClient.ListIpRoutes C# (CSharp) Method

ListIpRoutes() public method

Lists the address blocks that you have added to a directory.
/// A client exception has occurred. /// /// The specified entity could not be found. /// /// The NextToken value is not valid. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. ///
public ListIpRoutes ( ListIpRoutesRequest request ) : ListIpRoutesResponse
request Amazon.DirectoryService.Model.ListIpRoutesRequest Container for the necessary parameters to execute the ListIpRoutes service method.
return Amazon.DirectoryService.Model.ListIpRoutesResponse
        public ListIpRoutesResponse ListIpRoutes(ListIpRoutesRequest request)
        {
            var marshaller = new ListIpRoutesRequestMarshaller();
            var unmarshaller = ListIpRoutesResponseUnmarshaller.Instance;

            return Invoke<ListIpRoutesRequest,ListIpRoutesResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient