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
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
ToString()
Returns a placeholder string for display/debugging purposes.
public override string ToString()