IAddressValidationOutput.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 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