LastBackupStatus Struct

Definition

Last backup operation status. Possible values: Healthy, Unhealthy.

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

Constructors

Name Description
LastBackupStatus(String)

Initializes a new instance of LastBackupStatus.

Properties

Name Description
Healthy

Gets the Healthy.

Invalid

Gets the Invalid.

IRPending

Gets the IRPending.

Unhealthy

Gets the Unhealthy.

Methods

Name Description
Equals(LastBackupStatus)

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

Determines if two LastBackupStatus values are the same.

Implicit(String to LastBackupStatus)

Converts a string to a LastBackupStatus.

Implicit(String to Nullable<LastBackupStatus>)
Inequality(LastBackupStatus, LastBackupStatus)

Determines if two LastBackupStatus values are not the same.

Applies to