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 DescribeProvisioningArtifact operation. Gets information about the specified provisioning artifact (also known as a version) for the specified product.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeProvisioningArtifactRequest : AmazonServiceCatalogRequest
         IAmazonWebServiceRequest

The DescribeProvisioningArtifactRequest 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 IncludeProvisioningArtifactParameters System.Boolean

Gets and sets the property IncludeProvisioningArtifactParameters.

Indicates if the API call response does or does not include additional details about the provisioning parameters.

Public Property ProductId System.String

Gets and sets the property ProductId.

The product identifier.

Public Property ProductName System.String

Gets and sets the property ProductName.

The product name.

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 provisioning artifact name.

Public Property Verbose System.Boolean

Gets and sets the property Verbose.

Indicates whether a verbose level of detail is enabled.

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