다음을 통해 공유


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

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