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

TerminateProvisionedProduct() public méthode

Requests termination of an existing ProvisionedProduct object. If there are Tags associated with the object, they are terminated when the ProvisionedProduct object is terminated.

This operation does not delete any records associated with the ProvisionedProduct object.

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

/// The specified resource was not found. ///
public TerminateProvisionedProduct ( TerminateProvisionedProductRequest request ) : TerminateProvisionedProductResponse
request TerminateProvisionedProductRequest Container for the necessary parameters to execute the TerminateProvisionedProduct service method.
Résultat TerminateProvisionedProductResponse
        public TerminateProvisionedProductResponse TerminateProvisionedProduct(TerminateProvisionedProductRequest request)
        {
            var marshaller = new TerminateProvisionedProductRequestMarshaller();
            var unmarshaller = TerminateProvisionedProductResponseUnmarshaller.Instance;

            return Invoke<TerminateProvisionedProductRequest,TerminateProvisionedProductResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient