Show / Hide Table of Contents

Class RemoteUpdateOptions

Common options controlling the behavior of update actions taken against an instance of RemoteWorkspaceStack.

Inheritance
object
RemoteUpdateOptions
RemoteDestroyOptions
RemotePreviewOptions
RemoteRefreshOptions
RemoteUpOptions
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 RemoteUpdateOptions

Properties

View Source

OnEvent

Optional callback which is invoked with the engine events

Declaration
public Action<EngineEvent>? OnEvent { get; set; }
Property Value
Type Description
Action<EngineEvent>
View Source

OnStandardError

Optional callback which is invoked whenever StandardError is written into

Declaration
public Action<string>? OnStandardError { get; set; }
Property Value
Type Description
Action<string>
View Source

OnStandardOutput

Optional callback which is invoked whenever StandardOutput is written into

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