次の方法で共有


VaultPatchProperties.EnabledForTemplateDeployment プロパティ

定義

Azure Resource Managerがキー コンテナーからシークレットを取得できるかどうかを指定するプロパティを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象