Amazon.ServiceCatalog.AmazonServiceCatalogClient.DescribePortfolio C# (CSharp) Method

DescribePortfolio() public method

Retrieves detailed information and any tags associated with the specified portfolio.
/// The specified resource was not found. ///
public DescribePortfolio ( DescribePortfolioRequest request ) : DescribePortfolioResponse
request DescribePortfolioRequest Container for the necessary parameters to execute the DescribePortfolio service method.
return DescribePortfolioResponse
        public DescribePortfolioResponse DescribePortfolio(DescribePortfolioRequest request)
        {
            var marshaller = new DescribePortfolioRequestMarshaller();
            var unmarshaller = DescribePortfolioResponseUnmarshaller.Instance;

            return Invoke<DescribePortfolioRequest,DescribePortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient