Show / Hide Table of Contents

Class InlineProgramArgs

Inheritance
object
LocalWorkspaceOptions
InlineProgramArgs
Inherited Members
LocalWorkspaceOptions.WorkDir
LocalWorkspaceOptions.PulumiHome
LocalWorkspaceOptions.SecretsProvider
LocalWorkspaceOptions.Program
LocalWorkspaceOptions.Logger
LocalWorkspaceOptions.EnvironmentVariables
LocalWorkspaceOptions.ProjectSettings
LocalWorkspaceOptions.StackSettings
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class InlineProgramArgs : LocalWorkspaceOptions

Constructors

View Source

InlineProgramArgs(string, string, PulumiFn)

Declaration
public InlineProgramArgs(string projectName, string stackName, PulumiFn program)
Parameters
Type Name Description
string projectName
string stackName
PulumiFn program

Properties

View Source

StackName

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