你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StreamType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
StreamType enum represents the 6 types of Powershell Streams supported.
public enum StreamType
type StreamType =
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 |