共用方式為


ManagedCertificate Constructors

Definition

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.

Applies to