ValidationLevel Class
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.
Defines values for ValidationLevel.
public static class ValidationLevel
type ValidationLevel = class
Public Class ValidationLevel
- Inheritance
-
ValidationLevel
Fields
| Name | Description |
|---|---|
| Provider |
Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Validates that the caller has RBAC write permissions on each resource. |
| ProviderNoRbac |
Static analysis of the template is performed and resource declarations are sent to resource providers for semantic validation. Skips validating that the caller has RBAC write permissions on each resource. |
| Template |
Static analysis of the template is performed. |