Amazon.ServiceCatalog.AmazonServiceCatalogClient.ListPortfoliosForProduct C# (CSharp) Метод

ListPortfoliosForProduct() публичный Метод

Lists all portfolios that the specified product is associated with.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListPortfoliosForProduct ( ListPortfoliosForProductRequest request ) : ListPortfoliosForProductResponse
request ListPortfoliosForProductRequest Container for the necessary parameters to execute the ListPortfoliosForProduct service method.
Результат ListPortfoliosForProductResponse
        public ListPortfoliosForProductResponse ListPortfoliosForProduct(ListPortfoliosForProductRequest request)
        {
            var marshaller = new ListPortfoliosForProductRequestMarshaller();
            var unmarshaller = ListPortfoliosForProductResponseUnmarshaller.Instance;

            return Invoke<ListPortfoliosForProductRequest,ListPortfoliosForProductResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient