Class CertificateOrderActionProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionProperties
CertificateOrderAction resource specific properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the actionType property: Action type.Get the createdAt property: Time at which the certificate action was performed.voidvalidate()Validates the instance.
-
Constructor Details
-
CertificateOrderActionProperties
public CertificateOrderActionProperties()
-
-
Method Details
-
actionType
Get the actionType property: Action type.- Returns:
- the actionType value.
-
createdAt
Get the createdAt property: Time at which the certificate action was performed.- Returns:
- the createdAt value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-