Class CertificateUpdateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.CertificateUpdateProperties
The properties of the update certificate operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Gets or sets the description of the certificate.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Gets or sets the description of the certificate.
-
Constructor Details
-
CertificateUpdateProperties
public CertificateUpdateProperties()
-
-
Method Details
-
description
Get the description property: Gets or sets the description of the certificate.- Returns:
- the description value.
-
withDescription
Set the description property: Gets or sets the description of the certificate.- Parameters:
description
- the description value to set.- Returns:
- the CertificateUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-