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

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

Retrieves detailed constraint information for the specified portfolio and product.
/// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ListConstraintsForPortfolio ( ListConstraintsForPortfolioRequest request ) : ListConstraintsForPortfolioResponse
request ListConstraintsForPortfolioRequest Container for the necessary parameters to execute the ListConstraintsForPortfolio service method.
Результат ListConstraintsForPortfolioResponse
        public ListConstraintsForPortfolioResponse ListConstraintsForPortfolio(ListConstraintsForPortfolioRequest request)
        {
            var marshaller = new ListConstraintsForPortfolioRequestMarshaller();
            var unmarshaller = ListConstraintsForPortfolioResponseUnmarshaller.Instance;

            return Invoke<ListConstraintsForPortfolioRequest,ListConstraintsForPortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient