Share via


LastUpdateStatus Struct

Definition

The LastUpdateStatus.

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

Constructors

LastUpdateStatus(String)

Initializes a new instance of LastUpdateStatus.

Properties

Failed

Failed.

FirstInitialization

FirstInitialization.

Initialized

Initialized.

Invalid

Invalid.

NotEnabled

NotEnabled.

PartiallyFailed

PartiallyFailed.

PartiallySucceeded

PartiallySucceeded.

Succeeded

Succeeded.

Methods

Equals(LastUpdateStatus)

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

Determines if two LastUpdateStatus values are the same.

Implicit(String to LastUpdateStatus)

Converts a string to a LastUpdateStatus.

Inequality(LastUpdateStatus, LastUpdateStatus)

Determines if two LastUpdateStatus values are not the same.

Applies to