Condividi tramite


BcdrSecurityLevel Struct

Definition

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

Applies to