DeploymentProperties.ValidationLevel Property

Definition

Gets or sets the validation level of the deployment Possible values include: 'Template', 'Provider', 'ProviderNoRbac'

[Newtonsoft.Json.JsonProperty(PropertyName="validationLevel")]
public string ValidationLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="validationLevel")>]
member this.ValidationLevel : string with get, set
Public Property ValidationLevel As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to