IBackupInstance.ValidationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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