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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET