StreamType Enum

Definition

StreamType enum represents the 6 types of Powershell Streams supported.

C#
public enum StreamType
Inheritance
StreamType

Fields

Name Value Description
Any 0

Indicates Generic stream. Used for querying all the streams regardless of the type.

Progress 1

Indicates Progress Record streams

Output 2

Indicates Output Record streams

Warning 3

Indicates Warning Record streams

Error 4

Indicates Error Record streams

Debug 5
Verbose 6

Indicates Verbose Record streams

Applies to

Produto Versões
Azure - PowerShell Commands 12 (LTS), Latest
Azure RM - PowerShell Commands Latest