PulumiSettings Class

Assembly
Cake.Pulumi.dll
Namespace
Cake.Pulumi
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["PulumiSettings"] class Type type-node Derived0["PulumiLogoutSettings"]-->Type click Derived0 "/api/Cake.Pulumi/PulumiLogoutSettings" Derived1["PulumiLoginSettings"]-->Type click Derived1 "/api/Cake.Pulumi/PulumiLoginSettings" Derived2["PulumiStackSettings"]-->Type click Derived2 "/api/Cake.Pulumi/PulumiStackSettings"

Syntax

public class PulumiSettings : ToolSettings

Constructors

Name Summary
PulumiSettings()

Properties

Name Value Summary
PulumiAccessToken string
PulumiConfigPassphrase string
Verbose bool

Extension Methods

Name Value Summary
Dump<PulumiSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<PulumiSettings>(PulumiSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<PulumiSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<PulumiSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<PulumiSettings>(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<PulumiSettings>(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