VaultProperties.EnabledForDeployment Property

Definition

Gets or sets property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to