Class GetProductProductSkusResult
Inheritance
System.Object
GetProductProductSkusResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetProductProductSkusResult
Fields
View SourceImages
The list of custom ECS images, Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetProductProductSkusImageResult> Images
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProductProductSkusImageResult> |
PackageVersions
The list of package version details of this product sku, Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetProductProductSkusPackageVersionResult> PackageVersions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetProductProductSkusPackageVersionResult> |
SkuCode
The sku code of this product sku.
Declaration
public readonly string SkuCode
Field Value
| Type | Description |
|---|---|
| System.String |
SkuName
The sku name of this product sku.
Declaration
public readonly string SkuName
Field Value
| Type | Description |
|---|---|
| System.String |