Show / Hide Table of Contents

Class ProjectRuntime

A description of the Project's program runtime and associated metadata.

Inheritance
object
ProjectRuntime
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class ProjectRuntime

Constructors

View Source

ProjectRuntime(ProjectRuntimeName)

Declaration
public ProjectRuntime(ProjectRuntimeName name)
Parameters
Type Name Description
ProjectRuntimeName name

Properties

View Source

Name

Declaration
public ProjectRuntimeName Name { get; set; }
Property Value
Type Description
ProjectRuntimeName
View Source

Options

Declaration
public ProjectRuntimeOptions? Options { get; set; }
Property Value
Type Description
ProjectRuntimeOptions
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.