次の方法で共有


NodeType.VmSecrets プロパティ

定義

仮想マシンシークレットを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

仮想マシンにインストールするシークレット。

適用対象