Show / Hide Table of Contents

Class GetProductArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProductArgs
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 GetProductArgs : InvokeArgs

Constructors

View Source

GetProductArgs()

Declaration
public GetProductArgs()

Properties

View Source

AvailableRegion

A available region id used to filter market place Ecs images.

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

ProductCode

The product code of the market product.

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