Aracılığıyla paylaş


RenewCertificateInput Constructors

Definition

Overloads

RenewCertificateInput()

Initializes a new instance of the RenewCertificateInput class.

RenewCertificateInput(RenewCertificateInputProperties)

Initializes a new instance of the RenewCertificateInput class.

RenewCertificateInput()

Initializes a new instance of the RenewCertificateInput class.

public RenewCertificateInput ();
Public Sub New ()

Applies to

RenewCertificateInput(RenewCertificateInputProperties)

Initializes a new instance of the RenewCertificateInput class.

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

Parameters

properties
RenewCertificateInputProperties

Renew certificate input properties.

Applies to