CustomerCertificateParameters Class
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.
Customer Certificate used for https
[Newtonsoft.Json.JsonObject("CustomerCertificate")]
public class CustomerCertificateParameters : Microsoft.Azure.Management.Cdn.Models.SecretParameters
[<Newtonsoft.Json.JsonObject("CustomerCertificate")>]
type CustomerCertificateParameters = class
inherit SecretParameters
Public Class CustomerCertificateParameters
Inherits SecretParameters
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
CustomerCertificateParameters() |
Initializes a new instance of the CustomerCertificateParameters class. |
CustomerCertificateParameters(ResourceReference, String, String, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the CustomerCertificateParameters class. |
Properties
CertificateAuthority |
Gets or sets certificate issuing authority. |
SecretSource |
Gets or sets resource reference to the KV secret |
SecretVersion |
Gets or sets version of the secret to be used |
SubjectAlternativeNames |
Gets or sets the list of SANs. |
UseLatestVersion |
Gets or sets whether to use the latest version for the certificate |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET