ApiManagementServiceUpdateParameters.Certificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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