Udostępnij przez


BcdrSecurityLevel Struct

Definition

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

Name Description
BcdrSecurityLevel(String)

Initializes a new instance of BcdrSecurityLevel.

Properties

Name Description
Excellent

Excellent.

Fair

Fair.

Good

Good.

NotSupported

NotSupported.

Poor

Poor.

Methods

Name Description
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

Name Description
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