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