Show / Hide Table of Contents

Class ProjectBackend

Configuration for the project's Pulumi state storage backend.

Inheritance
object
ProjectBackend
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 ProjectBackend

Properties

View Source

Url

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