次の方法で共有


CloudServiceVaultSecretGroup.VaultCertificates プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象