Class Stack
Stack is the root resource for a Pulumi stack. Derive from this class to create your stack definitions.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class Stack : ComponentResource
Constructors
View SourceStack(StackOptions)
Create a Stack with stack resources defined in derived class constructor.
Declaration
public Stack(StackOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
StackOptions | options |