Condividi tramite


ValidationType Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationTypeTypeConverter))]
public struct ValidationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.ValidationTypeTypeConverter))>]
type ValidationType = struct
    interface IArgumentCompleter
Public Structure ValidationType
Implements IArgumentCompleter, IEquatable(Of ValidationType)
Inheritance
ValidationType
Attributes
Implements

Fields

DeepValidation
ShallowValidation

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ValidationType (override for Object)

Equals(ValidationType)

Compares values of enum type ValidationType

GetHashCode()

Returns hashCode for enum ValidationType

ToString()

Returns string representation for ValidationType

Operators

Equality(ValidationType, ValidationType)

Overriding == operator for enum ValidationType

Implicit(String to ValidationType)

Implicit operator to convert string to ValidationType

Implicit(ValidationType to String)

Implicit operator to convert ValidationType to string

Inequality(ValidationType, ValidationType)

Overriding != operator for enum ValidationType

Applies to