Class AzureBicepOutputCommand
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Models shared file or standard-output destinations for Bicep commands.
public abstract record AzureBicepOutputCommand : AzureBicepCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<AzureCommand>, IEquatable<AzureBicepCommand>, IEquatable<AzureBicepOutputCommand>Inheritance
Derived
Implements
Properties
OutDirectory
The directory receiving an output file whose name Bicep derives.
public AbsolutePath? OutDirectory { get; init; }Property Value
OutFile
The explicit output file.
public AbsolutePath? OutFile { get; init; }Property Value
OutputArguments
Renders and validates the output destination.
protected IReadOnlyList<string?> OutputArguments { get; }Property Value
Stdout
Whether generated content is written to standard output.
public bool Stdout { get; init; }