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

CreatePortfolioShare() public method

Creates a new portfolio share.
/// 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. /// /// The specified resource was not found. ///
public CreatePortfolioShare ( CreatePortfolioShareRequest request ) : CreatePortfolioShareResponse
request Amazon.ServiceCatalog.Model.CreatePortfolioShareRequest Container for the necessary parameters to execute the CreatePortfolioShare service method.
return CreatePortfolioShareResponse
        public CreatePortfolioShareResponse CreatePortfolioShare(CreatePortfolioShareRequest request)
        {
            var marshaller = new CreatePortfolioShareRequestMarshaller();
            var unmarshaller = CreatePortfolioShareResponseUnmarshaller.Instance;

            return Invoke<CreatePortfolioShareRequest,CreatePortfolioShareResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient