次の方法で共有


VaultSecretGroup.VaultCertificates プロパティ

定義

証明書を含む SourceVault のキー コンテナー参照の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象