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

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

Associates the specified principal ARN with the specified 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. /// /// The specified resource was not found. ///
public AssociatePrincipalWithPortfolio ( AssociatePrincipalWithPortfolioRequest request ) : AssociatePrincipalWithPortfolioResponse
request Amazon.ServiceCatalog.Model.AssociatePrincipalWithPortfolioRequest Container for the necessary parameters to execute the AssociatePrincipalWithPortfolio service method.
Результат AssociatePrincipalWithPortfolioResponse
        public AssociatePrincipalWithPortfolioResponse AssociatePrincipalWithPortfolio(AssociatePrincipalWithPortfolioRequest request)
        {
            var marshaller = new AssociatePrincipalWithPortfolioRequestMarshaller();
            var unmarshaller = AssociatePrincipalWithPortfolioResponseUnmarshaller.Instance;

            return Invoke<AssociatePrincipalWithPortfolioRequest,AssociatePrincipalWithPortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient