共用方式為


DeploymentWhatIfCmdlet.ValidationLevel Property

Definition

[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

Applies to