Share via


LastAttemptStatusEnum Struct

Definition

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