Show / Hide Table of Contents

Class RegisterPackageRequest.PackageParameterization

Inheritance
object
RegisterPackageRequest.PackageParameterization
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public sealed class RegisterPackageRequest.PackageParameterization

Constructors

View Source

PackageParameterization(string, string, byte[])

Declaration
public PackageParameterization(string name, string version, byte[] value)
Parameters
Type Name Description
string name
string version
byte[] value

Properties

View Source

Name

The name of the parameterized package

Declaration
public string Name { get; }
Property Value
Type Description
string
View Source

Value

The paramter value for the parameterized package

Declaration
public byte[] Value { get; }
Property Value
Type Description
byte[]
View Source

Version

The version of the parameterized package

Declaration
public string Version { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.