다음을 통해 공유


ApiManagementServiceResource.Certificates Property

Definition

Gets or sets list of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to