Dela via


ScriptOutputStreamType Struct

Definition

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