SecureScoreLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| SecureScoreLevel(String) |
Initializes a new instance of SecureScoreLevel. |
Properties
| Name | Description |
|---|---|
| Adequate |
Gets the Adequate. |
| Maximum |
Gets the Maximum. |
| Minimum |
Gets the Minimum. |
| None |
Gets the None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(SecureScoreLevel, SecureScoreLevel) |
Determines if two SecureScoreLevel values are the same. |
| Implicit(String to Nullable<SecureScoreLevel>) | |
| Implicit(String to SecureScoreLevel) |
Converts a string to a SecureScoreLevel. |
| Inequality(SecureScoreLevel, SecureScoreLevel) |
Determines if two SecureScoreLevel values are not the same. |