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

Name Description
LastUpdateStatus(String)

Initializes a new instance of LastUpdateStatus.

Properties

Name Description
Failed

Failed.

FirstInitialization

FirstInitialization.

Initialized

Initialized.

Invalid

Invalid.

NotEnabled

NotEnabled.

PartiallyFailed

PartiallyFailed.

PartiallySucceeded

PartiallySucceeded.

Succeeded

Succeeded.

Methods

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

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