LastAttemptStatusEnum 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.
Specifies the status of Agent Upgrade.
public readonly struct LastAttemptStatusEnum : IEquatable<Azure.ResourceManager.HybridCompute.Models.LastAttemptStatusEnum>
type LastAttemptStatusEnum = struct
Public Structure LastAttemptStatusEnum
Implements IEquatable(Of LastAttemptStatusEnum)
- Inheritance
-
LastAttemptStatusEnum
- Implements
Constructors
LastAttemptStatusEnum(String) |
Initializes a new instance of LastAttemptStatusEnum. |
Properties
Failed |
Failed. |
Success |
Success. |
Methods
Equals(LastAttemptStatusEnum) |
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(LastAttemptStatusEnum, LastAttemptStatusEnum) |
Determines if two LastAttemptStatusEnum values are the same. |
Implicit(String to LastAttemptStatusEnum) |
Converts a String to a LastAttemptStatusEnum. |
Inequality(LastAttemptStatusEnum, LastAttemptStatusEnum) |
Determines if two LastAttemptStatusEnum values are not the same. |
Applies to
Azure SDK for .NET