TestAz_Validate.ValidateRequest 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.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Resource validation request content.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequest) }, ReadOnly=false, Required=true, SerializedName="validateRequest")]
[System.Management.Automation.Parameter(HelpMessage="Resource validation request content.", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequest ValidateRequest { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Resource validation request content.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequest) }, ReadOnly=false, Required=true, SerializedName="validateRequest")>]
[<System.Management.Automation.Parameter(HelpMessage="Resource validation request content.", Mandatory=true, ValueFromPipeline=true)>]
member this.ValidateRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateRequest with get, set
Public Property ValidateRequest As IValidateRequest
Property Value
- Attributes