IValidationInputRequest.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.
Identifies the type of validation request.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Identifies the type of validation request.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.ValidationInputDiscriminator) }, ReadOnly=false, Required=true, SerializedName="validationType")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.ValidationInputDiscriminator ValidationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Identifies the type of validation request.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.ValidationInputDiscriminator) }, ReadOnly=false, Required=true, SerializedName="validationType")>]
member this.ValidationType : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.ValidationInputDiscriminator with get, set
Public Property ValidationType As ValidationInputDiscriminator
Property Value
- Attributes