BackupVaultSecureScoreLevel 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 Backup Vault.
public readonly struct BackupVaultSecureScoreLevel : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultSecureScoreLevel>
type BackupVaultSecureScoreLevel = struct
Public Structure BackupVaultSecureScoreLevel
Implements IEquatable(Of BackupVaultSecureScoreLevel)
- Inheritance
-
BackupVaultSecureScoreLevel
- Implements
Constructors
BackupVaultSecureScoreLevel(String) |
Initializes a new instance of BackupVaultSecureScoreLevel. |
Properties
Adequate |
Adequate. |
Maximum |
Maximum. |
Minimum |
Minimum. |
None |
None. |
NotSupported |
NotSupported. |
Methods
Equals(BackupVaultSecureScoreLevel) |
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(BackupVaultSecureScoreLevel, BackupVaultSecureScoreLevel) |
Determines if two BackupVaultSecureScoreLevel values are the same. |
Implicit(String to BackupVaultSecureScoreLevel) |
Converts a string to a BackupVaultSecureScoreLevel. |
Inequality(BackupVaultSecureScoreLevel, BackupVaultSecureScoreLevel) |
Determines if two BackupVaultSecureScoreLevel values are not the same. |
Applies to
Azure SDK for .NET