This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Pulumi.
- Assembly
- Cake
.Pulumi .dll - Namespace
- Cake
.Pulumi - Base Types
-
- Tool
<TPulumiSettings>
- Tool
- Derived Types
graph BT
Type-->Base0["Tool<TPulumiSettings>"]
Type["PulumiRunner<TPulumiSettings>"]
class Type type-node
Derived0["PulumiLoginRunner"]-->Type
click Derived0 "/api/Cake.Pulumi/PulumiLoginRunner"
Derived1["PulumiStackOutputRunner"]-->Type
click Derived1 "/api/Cake.Pulumi/PulumiStackOutputRunner"
Derived2["PulumiChangeSummaryRunner"]-->Type
click Derived2 "/api/Cake.Pulumi/PulumiChangeSummaryRunner"
Derived3["PulumiLogoutRunner"]-->Type
click Derived3 "/api/Cake.Pulumi/PulumiLogoutRunner"
Derived4["PulumiDestroyRunner"]-->Type
click Derived4 "/api/Cake.Pulumi/PulumiDestroyRunner"
Derived5["PulumiPreviewRunner"]-->Type
click Derived5 "/api/Cake.Pulumi/PulumiPreviewRunner"
Derived6["PulumiRefreshRunner"]-->Type
click Derived6 "/api/Cake.Pulumi/PulumiRefreshRunner"
Derived7["PulumiUpRunner"]-->Type
click Derived7 "/api/Cake.Pulumi/PulumiUpRunner"
Syntax
public abstract class PulumiRunner<TPulumiSettings> : Tool<TPulumiSettings>
where TPulumiSettings : PulumiSettings
Type Parameters
Name | Description |
---|---|
TPulumiSettings |
Constructors
Methods
Name | Value | Summary |
---|---|---|
Get |
IDictionary |
|
Get |
IEnumerable |
|
GetToolName |
string | |
Run |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|