Table of Contents

Enum AzureOutputFormat

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Azure CLI output formats.

public enum AzureOutputFormat

Fields

Json = 0

JSON.

JsonC = 1

Colorized JSON.

None = 2

No output.

Table = 3

Human-readable table.

Tsv = 4

Tab-separated values.

Yaml = 5

YAML.

YamlC = 6

Colorized YAML.