Show / Hide Table of Contents

Class PluginInstallOptions

Inheritance
object
PluginInstallOptions
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 PluginInstallOptions

Properties

View Source

ExactVersion

If true, force installation of an exact version match (usually >= is accepted).

Defaults to false.
Declaration
public bool ExactVersion { get; set; }
Property Value
Type Description
bool
View Source

ServerUrl

A URL to download plugins from.

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