次の方法で共有


VirtualMachineScaleSetOSProfile.Secrets プロパティ

定義

スケール セット内の仮想マシンにインストールする必要がある証明書のセットを取得または設定します。 仮想マシンに証明書をインストールするには、Linux 用の Azure Key Vault 仮想マシン拡張機能または Windows 用 Azure Key Vault 仮想マシン拡張機能を使用することをお勧めします。

[Newtonsoft.Json.JsonProperty(PropertyName="secrets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VaultSecretGroup> Secrets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secrets")>]
member this.Secrets : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VaultSecretGroup> with get, set
Public Property Secrets As IList(Of VaultSecretGroup)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象