Table of Contents

Class AzureBicepCommand

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Models shared az bicep command rendering.

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

Inheritance

Derived

Implements

Properties

AzureCommandParts

Provides the operation-specific arguments that execute before Azure CLI global processing.

protected override sealed IReadOnlyList<string?> AzureCommandParts { get; }

Property Value

IReadOnlyList<string?>

BicepArguments

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

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

Property Value

IReadOnlyList<string?>

BicepCommand

Selects the Bicep operation executed beneath az bicep.

protected abstract string BicepCommand { get; }

Property Value

string