Table of Contents

Enum BicepTargetPlatform

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Platforms supported by Azure CLI's Bicep installer.

public enum BicepTargetPlatform

Fields

LinuxArm64 = 0

Linux ARM64.

LinuxMuslX64 = 1

Linux musl x64.

LinuxX64 = 2

Linux x64.

OsxArm64 = 3

macOS ARM64.

OsxX64 = 4

macOS x64.

WinArm64 = 5

Windows ARM64.

WinX64 = 6

Windows x64.