Share via


ScriptOutputStreamType Struct

Definition

The ScriptOutputStreamType.

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

Error.

Information

Information.

Output

Output.

Warning

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