Table of Contents

Class AzureBicepRestore

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Restores external modules referenced by a Bicep template.

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

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 template whose modules are restored.

public AbsolutePath? File { get; init; }

Property Value

AbsolutePath?

Force

Whether cached modules are overwritten.

public bool Force { get; init; }

Property Value

bool