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

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

Requests a Provision of a specified product. A ProvisionedProduct is a resourced instance for a product. For example, provisioning a CloudFormation-template-backed product results in launching a CloudFormation stack and all the underlying resources that come with it.

You can check the status of this request using the DescribeRecord operation.

/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The specified resource was not found. ///
public ProvisionProduct ( ProvisionProductRequest request ) : ProvisionProductResponse
request ProvisionProductRequest Container for the necessary parameters to execute the ProvisionProduct service method.
Результат ProvisionProductResponse
        public ProvisionProductResponse ProvisionProduct(ProvisionProductRequest request)
        {
            var marshaller = new ProvisionProductRequestMarshaller();
            var unmarshaller = ProvisionProductResponseUnmarshaller.Instance;

            return Invoke<ProvisionProductRequest,ProvisionProductResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient