VaultProperties.EnabledForTemplateDeployment Property

Definition

Gets or sets property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.

[Newtonsoft.Json.JsonProperty(PropertyName="enabledForTemplateDeployment")]
public bool? EnabledForTemplateDeployment { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enabledForTemplateDeployment")>]
member this.EnabledForTemplateDeployment : Nullable<bool> with get, set
Public Property EnabledForTemplateDeployment As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to