Class CertificateUpdateParameters
java.lang.Object
com.azure.resourcemanager.automation.models.CertificateUpdateParameters
The parameters supplied to the update certificate operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Gets or sets the description of the certificate.name()
Get the name property: Gets or sets the name of the certificate.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Gets or sets the description of the certificate.Set the name property: Gets or sets the name of the certificate.
-
Constructor Details
-
CertificateUpdateParameters
public CertificateUpdateParameters()
-
-
Method Details
-
name
Get the name property: Gets or sets the name of the certificate.- Returns:
- the name value.
-
withName
Set the name property: Gets or sets the name of the certificate.- Parameters:
name
- the name value to set.- Returns:
- the CertificateUpdateParameters object itself.
-
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 CertificateUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-