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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevelTypeConverter))]
public struct BcdrSecurityLevel : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevel>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.BcdrSecurityLevelTypeConverter))>]
type BcdrSecurityLevel = struct
interface IArgumentCompleter
Public Structure BcdrSecurityLevel
Implements IArgumentCompleter, IEquatable(Of BcdrSecurityLevel)
- Inheritance
-
BcdrSecurityLevel
- Attributes
- Implements
Fields
Excellent | |
Fair | |
Good | |
NotSupported | |
Poor |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(BcdrSecurityLevel) |
Compares values of enum type BcdrSecurityLevel |
Equals(Object) |
Compares values of enum type BcdrSecurityLevel (override for Object) |
GetHashCode() |
Returns hashCode for enum BcdrSecurityLevel |
ToString() |
Returns string representation for BcdrSecurityLevel |
Operators
Equality(BcdrSecurityLevel, BcdrSecurityLevel) |
Overriding == operator for enum BcdrSecurityLevel |
Implicit(BcdrSecurityLevel to String) |
Implicit operator to convert BcdrSecurityLevel to string |
Implicit(String to BcdrSecurityLevel) |
Implicit operator to convert string to BcdrSecurityLevel |
Inequality(BcdrSecurityLevel, BcdrSecurityLevel) |
Overriding != operator for enum BcdrSecurityLevel |