Share via


IConstruct.AddOutput(Output) Method

Definition

Adds an output to the construct.

public void AddOutput (Azure.Provisioning.Output output);
abstract member AddOutput : Azure.Provisioning.Output -> unit
Public Sub AddOutput (output As Output)

Parameters

output
Output

The Output to add.

Applies to