Share via


IAddressValidationOutput.ValidationType Property

Definition

Identifies the type of validation response.

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

Property Value

Attributes

Applies to