Class GetProductsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.MarketPlace
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetProductsArgs : InvokeArgs
Constructors
View SourceGetProductsArgs()
Declaration
public GetProductsArgs()
Properties
View SourceCategoryId
The Category ID of products. For more information, see DescribeProducts.
Declaration
public string CategoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of product code.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
NameRegex
A regex string to apply to the product name.
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProductType
The type of products, Valid values: APP, SERVICE, MIRROR, DOWNLOAD and API_SERVICE.
Declaration
public string ProductType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SearchTerm
Search term in this query.
Declaration
public string SearchTerm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sort
This field determines how to sort the filtered results, Valid values: user_count-desc, created_on-desc, price-desc and score-desc.
Declaration
public string Sort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SuggestedPrice
The suggested price of the product.
Declaration
public double? SuggestedPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
SupplierId
The supplier id of the product.
Declaration
public string SupplierId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SupplierNameKeyword
The supplier name keyword of the product.
Declaration
public string SupplierNameKeyword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |