Show / Hide Table of Contents

Class UpResult

Inheritance
object
UpdateResult
UpResult
Inherited Members
UpdateResult.StandardOutput
UpdateResult.StandardError
UpdateResult.Summary
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 UpResult : UpdateResult

Properties

View Source

Outputs

Declaration
public IImmutableDictionary<string, OutputValue> Outputs { get; }
Property Value
Type Description
IImmutableDictionary<string, OutputValue>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.