Freigeben über


RenewCertificateInputProperties Constructors

Definition

Overloads

RenewCertificateInputProperties()

Initializes a new instance of the RenewCertificateInputProperties class.

RenewCertificateInputProperties(String)

Initializes a new instance of the RenewCertificateInputProperties class.

RenewCertificateInputProperties()

Initializes a new instance of the RenewCertificateInputProperties class.

public RenewCertificateInputProperties ();
Public Sub New ()

Applies to

RenewCertificateInputProperties(String)

Initializes a new instance of the RenewCertificateInputProperties class.

public RenewCertificateInputProperties (string renewCertificateType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RenewCertificateInputProperties : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RenewCertificateInputProperties
Public Sub New (Optional renewCertificateType As String = Nothing)

Parameters

renewCertificateType
String

Renew certificate type.

Applies to