AppServiceCertificateOrderPatchResource.Certificates Property

Definition

Gets or sets state of the Key Vault secret.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.certificates")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificate> Certificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.certificates")>]
member this.Certificates : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificate> with get, set
Public Property Certificates As IDictionary(Of String, AppServiceCertificate)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to