Show / Hide Table of Contents

Class GetProductsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProductsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetProductsArgs()

Declaration
public GetProductsArgs()

Properties

View Source

CategoryId

The Category ID of products. For more information, see DescribeProducts.

Declaration
public string CategoryId { get; set; }
Property Value
Type Description
System.String
View Source

Ids

A list of product code.

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

NameRegex

A regex string to apply to the product name.

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

SearchTerm

Search term in this query.

Declaration
public string SearchTerm { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

SuggestedPrice

The suggested price of the product.

Declaration
public double? SuggestedPrice { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
View Source

SupplierId

The supplier id of the product.

Declaration
public string SupplierId { get; set; }
Property Value
Type Description
System.String
View Source

SupplierNameKeyword

The supplier name keyword of the product.

Declaration
public string SupplierNameKeyword { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.