ValidationLevel Class

Definition

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.

Applies to