Show / Hide Table of Contents

Class StackSummary

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

Properties

View Source

IsCurrent

Declaration
public bool IsCurrent { get; }
Property Value
Type Description
bool
View Source

IsUpdateInProgress

Declaration
public bool IsUpdateInProgress { get; }
Property Value
Type Description
bool
View Source

LastUpdate

Declaration
public DateTimeOffset? LastUpdate { get; }
Property Value
Type Description
DateTimeOffset?
View Source

Name

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

ResourceCount

Declaration
public int? ResourceCount { get; }
Property Value
Type Description
int?
View Source

Url

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