Associate Product With Portfolio
servicecatalog_associate_product_with_portfolio | R Documentation |
Associates the specified product with the specified portfolio¶
Description¶
Associates the specified product with the specified portfolio.
A delegated admin is authorized to invoke this command.
Usage¶
servicecatalog_associate_product_with_portfolio(AcceptLanguage,
ProductId, PortfolioId, SourcePortfolioId)
Arguments¶
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
PortfolioId |
[required] The portfolio identifier. |
SourcePortfolioId |
The identifier of the source portfolio. |
Value¶
An empty list.
Request syntax¶
svc$associate_product_with_portfolio(
AcceptLanguage = "string",
ProductId = "string",
PortfolioId = "string",
SourcePortfolioId = "string"
)