Amazon.ServiceCatalog.AmazonServiceCatalogClient.CreateProduct C# (CSharp) Méthode

CreateProduct() public méthode

Creates a new product.
/// 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 CreateProduct ( CreateProductRequest request ) : CreateProductResponse
request Amazon.ServiceCatalog.Model.CreateProductRequest Container for the necessary parameters to execute the CreateProduct service method.
Résultat Amazon.ServiceCatalog.Model.CreateProductResponse
        public CreateProductResponse CreateProduct(CreateProductRequest request)
        {
            var marshaller = new CreateProductRequestMarshaller();
            var unmarshaller = CreateProductResponseUnmarshaller.Instance;

            return Invoke<CreateProductRequest,CreateProductResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient