ICustomRpManifest.Validation 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.
A list of validations to run on the custom resource provider's requests.
[Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="A list of validations to run on the custom resource provider's requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpValidations) }, ReadOnly=false, Required=false, SerializedName="validations")]
public Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpValidations[] Validation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Runtime.Info(Description="A list of validations to run on the custom resource provider's requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpValidations) }, ReadOnly=false, Required=false, SerializedName="validations")>]
member this.Validation : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ICustomRpValidations[] with get, set
Public Property Validation As ICustomRpValidations()
Property Value
- Attributes