你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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