PulumiStackSettings Class

graph BT Type-->Base0["PulumiSettings"] click Base0 "/api/Cake.Pulumi/PulumiSettings" Base0-->Base1["ToolSettings"] Type["PulumiStackSettings"] class Type type-node Derived0["PulumiRefreshSettings"]-->Type click Derived0 "/api/Cake.Pulumi/PulumiRefreshSettings" Derived1["PulumiDestroySettings"]-->Type click Derived1 "/api/Cake.Pulumi/PulumiDestroySettings" Derived2["PulumiStackConfigSettings"]-->Type click Derived2 "/api/Cake.Pulumi/PulumiStackConfigSettings"

Syntax

public class PulumiStackSettings : PulumiSettings

Constructors

Name Summary
PulumiStackSettings()

Properties

Name Value Summary
PulumiAccessToken string
Inherited from PulumiSettings
PulumiConfigPassphrase string
Inherited from PulumiSettings
Stack string
Verbose bool
Inherited from PulumiSettings

Extension Methods

Name Value Summary
Dump<PulumiStackSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<PulumiStackSettings>(PulumiStackSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<PulumiStackSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<PulumiStackSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<PulumiStackSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<PulumiStackSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin