次の方法で共有


VaultProperties.EnabledForDeployment プロパティ

定義

キー コンテナーからシークレットとして格納されている証明書を Azure Virtual Machinesで取得できるかどうかを指定するプロパティを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象