Freigeben über


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

Name Description
LastAttemptStatusEnum(String)

Initializes a new instance of LastAttemptStatusEnum.

Properties

Name Description
Failed

Failed.

Success

Success.

Methods

Name Description
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

Name Description
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