Share via


BicepType Enum

Definition

The type of the Bicep parameter or output.

public enum BicepType
type BicepType = 
Public Enum BicepType
Inheritance
BicepType

Fields

Array 4

An array.

Bool 2

A boolean.

Int 1

An integer.

Object 3

An object.

String 0

A string.

Applies to