SecureScoreLevel Struct

Definition

Secure Score of Recovery Services Vault.

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

Constructors

SecureScoreLevel(String)

Initializes a new instance of SecureScoreLevel.

Properties

Adequate

Adequate.

Maximum

Maximum.

Minimum

Minimum.

None

None.

Methods

Equals(SecureScoreLevel)

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

Determines if two SecureScoreLevel values are the same.

Implicit(String to SecureScoreLevel)

Converts a String to a SecureScoreLevel.

Inequality(SecureScoreLevel, SecureScoreLevel)

Determines if two SecureScoreLevel values are not the same.

Applies to