Udostępnij za pośrednictwem


UpdateSummariesPropertiesState Struct

Definition

Overall update state of the stamp.

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

Constructors

UpdateSummariesPropertiesState(String)

Initializes a new instance of UpdateSummariesPropertiesState.

Properties

AppliedSuccessfully

AppliedSuccessfully.

NeedsAttention

NeedsAttention.

PreparationFailed

PreparationFailed.

PreparationInProgress

PreparationInProgress.

Unknown

Unknown.

UpdateAvailable

UpdateAvailable.

UpdateFailed

UpdateFailed.

UpdateInProgress

UpdateInProgress.

Methods

Equals(UpdateSummariesPropertiesState)

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

Determines if two UpdateSummariesPropertiesState values are the same.

Implicit(String to UpdateSummariesPropertiesState)

Converts a string to a UpdateSummariesPropertiesState.

Inequality(UpdateSummariesPropertiesState, UpdateSummariesPropertiesState)

Determines if two UpdateSummariesPropertiesState values are not the same.

Applies to