BackupThreatStatus Struct

Definition

Threat status of the recovery point.

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

Constructors

Name Description
BackupThreatStatus(String)

Initializes a new instance of BackupThreatStatus.

Properties

Name Description
Healthy

Recovery point is healthy.

NotAvailable

Threat status is not available.

UnHealthy

Recovery point is unhealthy.

Unknown

Threat status is unknown.

Warning

Recovery point has warning-level threats.

Methods

Name Description
Equals(BackupThreatStatus)

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

Determines if two BackupThreatStatus values are the same.

Implicit(String to BackupThreatStatus)

Converts a string to a BackupThreatStatus.

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

Determines if two BackupThreatStatus values are not the same.

Applies to