Amazon.ServiceCatalog.AmazonServiceCatalogClient.TerminateProvisionedProduct C# (CSharp) 메소드

TerminateProvisionedProduct() 공개 메소드

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.
리턴 TerminateProvisionedProductResponse
        public TerminateProvisionedProductResponse TerminateProvisionedProduct(TerminateProvisionedProductRequest request)
        {
            var marshaller = new TerminateProvisionedProductRequestMarshaller();
            var unmarshaller = TerminateProvisionedProductResponseUnmarshaller.Instance;

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