Show / Hide Table of Contents

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 Source

Images

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

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

SkuCode

The sku code of this product sku.

Declaration
public readonly string SkuCode
Field Value
Type Description
System.String
View Source

SkuName

The sku name of this product sku.

Declaration
public readonly string SkuName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.