Show / Hide Table of Contents

Class OrderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrderArgs
Inherited Members
ResourceArgs.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 OrderArgs : ResourceArgs

Constructors

View Source

OrderArgs()

Declaration
public OrderArgs()

Properties

View Source

Components

Service providers customize additional components.

Declaration
public InputMap<object> Components { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

CouponId

The coupon id of the market product.

Declaration
public Input<string> CouponId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Duration

The number of purchase cycles.

Declaration
public Input<int> Duration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PackageVersion

The package version of the market product.

Declaration
public Input<string> PackageVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PayType

Valid values are PrePaid, PostPaid,System default to PostPaid.

Declaration
public Input<string> PayType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PricingCycle

The purchase cycle of the product, valid values are Day, Month and Year.

Declaration
public Input<string> PricingCycle { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProductCode

The product_code of market place product.

Declaration
public Input<string> ProductCode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Quantity

The quantity of the market product will be purchased.

Declaration
public Input<int> Quantity { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.