Share via


VaultSecretGroup.VaultCertificates Property

Definition

Gets or sets the list of key vault references in SourceVault which contain certificates.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to