UpdateRunPropertiesState Struct

Definition

Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state.

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

Constructors

Name Description
UpdateRunPropertiesState(String)

Initializes a new instance of UpdateRunPropertiesState.

Properties

Name Description
Failed

The update run failed to complete successfully.

InProgress

The update run is currently in progress.

Succeeded

The update run completed successfully.

Unknown

The state of the update run is not known.

Methods

Name Description
Equals(UpdateRunPropertiesState)

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(UpdateRunPropertiesState, UpdateRunPropertiesState)

Determines if two UpdateRunPropertiesState values are the same.

Implicit(String to Nullable<UpdateRunPropertiesState>)
Implicit(String to UpdateRunPropertiesState)

Converts a string to a UpdateRunPropertiesState.

Inequality(UpdateRunPropertiesState, UpdateRunPropertiesState)

Determines if two UpdateRunPropertiesState values are not the same.

Applies to