AutomatedCheckResultType 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.
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
AutomatedCheckResultType(String) |
Initializes a new instance of AutomatedCheckResultType. |
Properties
Error |
Error. |
Information |
Information. |
Success |
Success. |
Warning |
Warning. |
Methods
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
Equality(AutomatedCheckResultType, AutomatedCheckResultType) |
Determines if two AutomatedCheckResultType values are the same. |
Implicit(String to AutomatedCheckResultType) |
Converts a string to a AutomatedCheckResultType. |
Inequality(AutomatedCheckResultType, AutomatedCheckResultType) |
Determines if two AutomatedCheckResultType values are not the same. |
Applies to
Azure SDK for .NET