Show / Hide Table of Contents

Class UpdateSummary

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

Properties

View Source

Config

Declaration
public IImmutableDictionary<string, ConfigValue> Config { get; }
Property Value
Type Description
IImmutableDictionary<string, ConfigValue>
View Source

Deployment

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

EndTime

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

Environment

Declaration
public IImmutableDictionary<string, string> Environment { get; }
Property Value
Type Description
IImmutableDictionary<string, string>
View Source

Kind

Declaration
public UpdateKind Kind { get; }
Property Value
Type Description
UpdateKind
View Source

Message

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

ResourceChanges

Declaration
public IImmutableDictionary<OperationType, int>? ResourceChanges { get; }
Property Value
Type Description
IImmutableDictionary<OperationType, int>
View Source

Result

Declaration
public UpdateState Result { get; }
Property Value
Type Description
UpdateState
View Source

StartTime

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

Version

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