BackupValidationType Struct

Definition

Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.

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

Constructors

BackupValidationType(String)

Initializes a new instance of BackupValidationType.

Properties

DeepValidation

DeepValidation.

ShallowValidation

ShallowValidation.

Methods

Equals(BackupValidationType)

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

Determines if two BackupValidationType values are the same.

Implicit(String to BackupValidationType)

Converts a string to a BackupValidationType.

Inequality(BackupValidationType, BackupValidationType)

Determines if two BackupValidationType values are not the same.

Applies to