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