BackupThreatSeverity Struct

Definition

Threat Severity Types.

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

Constructors

Name Description
BackupThreatSeverity(String)

Initializes a new instance of BackupThreatSeverity.

Properties

Name Description
Critical

Critical severity level.

High

High severity level.

Informational

Informational severity level.

Warning

Warning severity level.

Methods

Name Description
Equals(BackupThreatSeverity)

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

Determines if two BackupThreatSeverity values are the same.

Implicit(String to BackupThreatSeverity)

Converts a string to a BackupThreatSeverity.

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

Determines if two BackupThreatSeverity values are not the same.

Applies to