Table of Contents

Class AzureBicepBuildParams

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Builds a Bicep parameters file into JSON parameters.

public sealed record AzureBicepBuildParams : AzureBicepOutputCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<AzureCommand>, IEquatable<AzureBicepCommand>, IEquatable<AzureBicepOutputCommand>, IEquatable<AzureBicepBuildParams>

Inheritance

Implements

Properties

BicepArguments

Provides operation-specific arguments before inherited Azure CLI global behavior.

protected override IReadOnlyList<string?> BicepArguments { get; }

Property Value

IReadOnlyList<string?>

BicepCommand

Selects the Bicep operation executed beneath az bicep.

protected override string BicepCommand { get; }

Property Value

string

File

The Bicep parameters file to build.

public AbsolutePath? File { get; init; }

Property Value

AbsolutePath?

NoRestore

Whether external modules must already be restored.

public bool NoRestore { get; init; }

Property Value

bool