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

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

Deletes the specified portfolio. This operation will not work with a portfolio that has been shared with you or if it has products, users, constraints, or shared accounts associated with it.
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeletePortfolio ( DeletePortfolioRequest request ) : DeletePortfolioResponse
request DeletePortfolioRequest Container for the necessary parameters to execute the DeletePortfolio service method.
Результат DeletePortfolioResponse
        public DeletePortfolioResponse DeletePortfolio(DeletePortfolioRequest request)
        {
            var marshaller = new DeletePortfolioRequestMarshaller();
            var unmarshaller = DeletePortfolioResponseUnmarshaller.Instance;

            return Invoke<DeletePortfolioRequest,DeletePortfolioResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient