RenewCertificateInput 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
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.