Table of Contents

Class OutputRef

Namespace
Ando.Operations
Assembly
ando.dll

A lazy reference to a deployment output that resolves at step execution time. Pass this to operations that need deployment outputs (e.g., connection strings).

public class OutputRef
Inheritance
OutputRef
Inherited Members

Properties

Name

The name of the output being referenced.

public string Name { get; }

Property Value

string

Methods

Resolve()

Resolves the output value. Call this at step execution time. Returns null if the output doesn't exist or the deployment hasn't run.

public string? Resolve()

Returns

string

ToString()

Returns a placeholder string for display/debugging purposes.

public override string ToString()

Returns

string