ManagedCertificate Constructors
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.
Overloads
ManagedCertificate() |
Initializes a new instance of the ManagedCertificate class. |
ManagedCertificate(String, String, String) |
Initializes a new instance of the ManagedCertificate class. |
ManagedCertificate()
Initializes a new instance of the ManagedCertificate class.
public ManagedCertificate ();
Public Sub New ()
Applies to
ManagedCertificate(String, String, String)
Initializes a new instance of the ManagedCertificate class.
public ManagedCertificate (string subject = default, string expirationDate = default, string thumbprint = default);
new Microsoft.Azure.Management.Cdn.Models.ManagedCertificate : string * string * string -> Microsoft.Azure.Management.Cdn.Models.ManagedCertificate
Public Sub New (Optional subject As String = Nothing, Optional expirationDate As String = Nothing, Optional thumbprint As String = Nothing)
Parameters
- subject
- String
Subject name in the certificate.
- expirationDate
- String
Certificate expiration date.
- thumbprint
- String
Certificate thumbprint.