AutomatedCheckResultType Struct

Definition

Type of Result.

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

Constructors

Name Description
AutomatedCheckResultType(String)

Initializes a new instance of AutomatedCheckResultType.

Properties

Name Description
Error

Gets the Error.

Information

Gets the Information.

Success

Gets the Success.

Warning

Gets the Warning.

Methods

Name Description
Equals(AutomatedCheckResultType)

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

Name Description
Equality(AutomatedCheckResultType, AutomatedCheckResultType)

Determines if two AutomatedCheckResultType values are the same.

Implicit(String to AutomatedCheckResultType)

Converts a string to a AutomatedCheckResultType.

Implicit(String to Nullable<AutomatedCheckResultType>)
Inequality(AutomatedCheckResultType, AutomatedCheckResultType)

Determines if two AutomatedCheckResultType values are not the same.

Applies to