次の方法で共有


ICustomRpValidations.ValidationType Property

Definition

The type of validation to run against a matching request.

[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The type of validation to run against a matching request.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ValidationType) }, ReadOnly=false, Required=false, SerializedName="validationType")]
public Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ValidationType? ValidationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="The type of validation to run against a matching request.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ValidationType) }, ReadOnly=false, Required=false, SerializedName="validationType")>]
member this.ValidationType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Support.ValidationType> with get, set
Public Property ValidationType As Nullable(Of ValidationType)

Property Value

Attributes

Applies to