ScriptOutputStreamType Struct
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.
Script Output Stream type.
public readonly struct ScriptOutputStreamType : IEquatable<Azure.ResourceManager.Avs.Models.ScriptOutputStreamType>
type ScriptOutputStreamType = struct
Public Structure ScriptOutputStreamType
Implements IEquatable(Of ScriptOutputStreamType)
- Inheritance
-
ScriptOutputStreamType
- Implements
Constructors
ScriptOutputStreamType(String) |
Initializes a new instance of ScriptOutputStreamType. |
Properties
Error |
is error. |
Information |
is information. |
Output |
is output. |
Warning |
is warning. |
Methods
Equals(ScriptOutputStreamType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScriptOutputStreamType, ScriptOutputStreamType) |
Determines if two ScriptOutputStreamType values are the same. |
Implicit(String to ScriptOutputStreamType) |
Converts a String to a ScriptOutputStreamType. |
Inequality(ScriptOutputStreamType, ScriptOutputStreamType) |
Determines if two ScriptOutputStreamType values are not the same. |
Applies to
Azure SDK for .NET