Show / Hide Table of Contents

Class InstallOptions

Inheritance
object
InstallOptions
Inherited Members
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 InstallOptions

Properties

View Source

NoDependencies

Skip installing dependencies.

Declaration
public bool NoDependencies { get; set; }
Property Value
Type Description
bool
View Source

NoPlugins

Skip installing plugins.

Declaration
public bool NoPlugins { get; set; }
Property Value
Type Description
bool
View Source

Reinstall

Reinstall a plugin even if it already exists.

Declaration
public bool Reinstall { get; set; }
Property Value
Type Description
bool
View Source

UseLanguageVersionTools

Use language version tools to setup and install the language runtime.

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