Class GetProductArgs
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 GetProductArgs : InvokeArgs
Constructors
View SourceGetProductArgs()
Declaration
public GetProductArgs()
Properties
View SourceAvailableRegion
A available region id used to filter market place Ecs images.
Declaration
public string AvailableRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProductCode
The product code of the market product.
Declaration
public string ProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |