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

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

Associates a product with a portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public AssociateProductWithPortfolio ( AssociateProductWithPortfolioRequest request ) : AssociateProductWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociateProductWithPortfolioRequest Container for the necessary parameters to execute the AssociateProductWithPortfolio service method.
Результат AssociateProductWithPortfolioResponse
        public AssociateProductWithPortfolioResponse AssociateProductWithPortfolio(AssociateProductWithPortfolioRequest request)
        {
            var marshaller = new AssociateProductWithPortfolioRequestMarshaller();
            var unmarshaller = AssociateProductWithPortfolioResponseUnmarshaller.Instance;

            return Invoke<AssociateProductWithPortfolioRequest,AssociateProductWithPortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient