Show / Hide Table of Contents

Class Stack

Stack is the root resource for a Pulumi stack. Derive from this class to create your stack definitions.

Inheritance
System.Object
Resource
ComponentResource
Stack
Inherited Members
ComponentResource.RegisterOutputs()
ComponentResource.RegisterOutputs(IDictionary<String, Object>)
ComponentResource.RegisterOutputs(Task<IDictionary<String, Object>>)
ComponentResource.RegisterOutputs(Output<IDictionary<String, Object>>)
Resource.Urn
Resource.GetResourceType()
Resource.GetResourceName()
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 Source

Stack(StackOptions)

Create a Stack with stack resources defined in derived class constructor.

Declaration
public Stack(StackOptions options = null)
Parameters
Type Name Description
StackOptions options
  • View Source
Back to top Copyright 2016-2022, Pulumi Corporation.