IBackupInstance.ValidationType Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "ShallowValidation", "DeepValidation" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationType", Update=true)]
public string ValidationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PSArgumentCompleter(new System.String[] { "ShallowValidation", "DeepValidation" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationType", Update=true)>]
member this.ValidationType : string with get, set
Public Property ValidationType As String

Property Value

Attributes

Applies to