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

DisassociateProductFromPortfolio() public method

Disassociates the specified product from the specified portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public DisassociateProductFromPortfolio ( DisassociateProductFromPortfolioRequest request ) : DisassociateProductFromPortfolioResponse
request DisassociateProductFromPortfolioRequest Container for the necessary parameters to execute the DisassociateProductFromPortfolio service method.
return DisassociateProductFromPortfolioResponse
        public DisassociateProductFromPortfolioResponse DisassociateProductFromPortfolio(DisassociateProductFromPortfolioRequest request)
        {
            var marshaller = new DisassociateProductFromPortfolioRequestMarshaller();
            var unmarshaller = DisassociateProductFromPortfolioResponseUnmarshaller.Instance;

            return Invoke<DisassociateProductFromPortfolioRequest,DisassociateProductFromPortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient