BackupProtectionLevel Struct

Definition

Protection type in case protected as part of a parent.

public readonly struct BackupProtectionLevel : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupProtectionLevel>
type BackupProtectionLevel = struct
Public Structure BackupProtectionLevel
Implements IEquatable(Of BackupProtectionLevel)
Inheritance
BackupProtectionLevel
Implements

Constructors

Name Description
BackupProtectionLevel(String)

Initializes a new instance of BackupProtectionLevel.

Properties

Name Description
Database

Protected at database level.

DatabaseUnderInstance

Database protected under an instance.

Methods

Name Description
Equals(BackupProtectionLevel)

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(BackupProtectionLevel, BackupProtectionLevel)

Determines if two BackupProtectionLevel values are the same.

Implicit(String to BackupProtectionLevel)

Converts a string to a BackupProtectionLevel.

Implicit(String to Nullable<BackupProtectionLevel>)
Inequality(BackupProtectionLevel, BackupProtectionLevel)

Determines if two BackupProtectionLevel values are not the same.

Applies to