Amazon.ServiceCatalog.AmazonServiceCatalogClient.SearchProductsAsAdmin C# (CSharp) Method

SearchProductsAsAdmin() public method

Retrieves summary and status information about all products created within the caller's account. If a portfolio ID is provided, this operation retrieves information for only those products that are associated with the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public SearchProductsAsAdmin ( SearchProductsAsAdminRequest request ) : SearchProductsAsAdminResponse
request SearchProductsAsAdminRequest Container for the necessary parameters to execute the SearchProductsAsAdmin service method.
return SearchProductsAsAdminResponse
        public SearchProductsAsAdminResponse SearchProductsAsAdmin(SearchProductsAsAdminRequest request)
        {
            var marshaller = new SearchProductsAsAdminRequestMarshaller();
            var unmarshaller = SearchProductsAsAdminResponseUnmarshaller.Instance;

            return Invoke<SearchProductsAsAdminRequest,SearchProductsAsAdminResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient