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

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

Creates a new portfolio.
/// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. ///
public CreatePortfolio ( CreatePortfolioRequest request ) : CreatePortfolioResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioRequest Container for the necessary parameters to execute the CreatePortfolio service method.
Результат Amazon.ServiceCatalog.Model.CreatePortfolioResponse
        public CreatePortfolioResponse CreatePortfolio(CreatePortfolioRequest request)
        {
            var marshaller = new CreatePortfolioRequestMarshaller();
            var unmarshaller = CreatePortfolioResponseUnmarshaller.Instance;

            return Invoke<CreatePortfolioRequest,CreatePortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient