servicecatalog_associate_product_with_portfolio {paws.management} | R Documentation |
Associates the specified product with the specified portfolio
Description
Associates the specified product with the specified portfolio.
See https://www.paws-r-sdk.com/docs/servicecatalog_associate_product_with_portfolio/ for full documentation.
Usage
servicecatalog_associate_product_with_portfolio(
AcceptLanguage = NULL,
ProductId,
PortfolioId,
SourcePortfolioId = NULL
)
Arguments
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
PortfolioId |
[required] The portfolio identifier. |
SourcePortfolioId |
The identifier of the source portfolio. |
[Package paws.management version 0.9.0 Index]