AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateProvisionedProduct operation. Requests updates to the configuration of the specified provisioned product.

If there are tags associated with the object, they cannot be updated or added. Depending on the specific updates requested, this operation can update with no interruption, with some interruption, or replace the provisioned product entirely.

You can check the status of this request using DescribeRecord.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ServiceCatalog.AmazonServiceCatalogRequest
      Amazon.ServiceCatalog.Model.UpdateProvisionedProductRequest

Namespace: Amazon.ServiceCatalog.Model
Assembly: AWSSDK.ServiceCatalog.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateProvisionedProductRequest : AmazonServiceCatalogRequest
         IAmazonWebServiceRequest

The UpdateProvisionedProductRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AcceptLanguage System.String

Gets and sets the property AcceptLanguage.

The language code.

  • jp - Japanese

  • zh - Chinese

Public Property PathId System.String

Gets and sets the property PathId.

The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both.

Public Property PathName System.String

Gets and sets the property PathName.

The name of the path. You must provide the name or ID, but not both.

Public Property ProductId System.String

Gets and sets the property ProductId.

The identifier of the product. You must provide the name or ID, but not both.

Public Property ProductName System.String

Gets and sets the property ProductName.

The name of the product. You must provide the name or ID, but not both.

Public Property ProvisionedProductId System.String

Gets and sets the property ProvisionedProductId.

The identifier of the provisioned product. You must provide the name or ID, but not both.

Public Property ProvisionedProductName System.String

Gets and sets the property ProvisionedProductName.

The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

Public Property ProvisioningArtifactId System.String

Gets and sets the property ProvisioningArtifactId.

The identifier of the provisioning artifact.

Public Property ProvisioningArtifactName System.String

Gets and sets the property ProvisioningArtifactName.

The name of the provisioning artifact. You must provide the name or ID, but not both.

Public Property ProvisioningParameters System.Collections.Generic.List<Amazon.ServiceCatalog.Model.UpdateProvisioningParameter>

Gets and sets the property ProvisioningParameters.

The new parameters.

Public Property ProvisioningPreferences Amazon.ServiceCatalog.Model.UpdateProvisioningPreferences

Gets and sets the property ProvisioningPreferences.

An object that contains information about the provisioning preferences for a stack set.

Public Property Tags System.Collections.Generic.List<Amazon.ServiceCatalog.Model.Tag>

Gets and sets the property Tags.

One or more tags. Requires the product to have RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

Public Property UpdateToken System.String

Gets and sets the property UpdateToken.

The idempotency token that uniquely identifies the provisioning update request.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5