Share via


AutomationJobStreamType Struct

Definition

Gets or sets the stream type.

public readonly struct AutomationJobStreamType : IEquatable<Azure.ResourceManager.Automation.Models.AutomationJobStreamType>
type AutomationJobStreamType = struct
Public Structure AutomationJobStreamType
Implements IEquatable(Of AutomationJobStreamType)
Inheritance
AutomationJobStreamType
Implements

Constructors

AutomationJobStreamType(String)

Initializes a new instance of AutomationJobStreamType.

Properties

Any

Any.

Debug

Debug.

Error

Error.

Output

Output.

Progress

Progress.

Verbose

Verbose.

Warning

Warning.

Methods

Equals(AutomationJobStreamType)

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(AutomationJobStreamType, AutomationJobStreamType)

Determines if two AutomationJobStreamType values are the same.

Implicit(String to AutomationJobStreamType)

Converts a string to a AutomationJobStreamType.

Inequality(AutomationJobStreamType, AutomationJobStreamType)

Determines if two AutomationJobStreamType values are not the same.

Applies to