TestDeploymentCmdletBase.ValidationLevel 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.
[System.Management.Automation.Parameter(HelpMessage="Sets the validation level for validate/what-if. ValidationLevel can be Template(Skips provider validation), Provider(Performs full validation), or ProviderNoRbac(Performs full validation using RBAC read checks instead of RBAC write checks for provider validation).", Mandatory=false)]
public string ValidationLevel { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Sets the validation level for validate/what-if. ValidationLevel can be Template(Skips provider validation), Provider(Performs full validation), or ProviderNoRbac(Performs full validation using RBAC read checks instead of RBAC write checks for provider validation).", Mandatory=false)>]
member this.ValidationLevel : string with get, set
Public Property ValidationLevel As String
Property Value
- Attributes