Class CertificateOrderActionInner
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionInner
Certificate order action.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CertificateOrderActionInner class. -
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
-
CertificateOrderActionInner
public CertificateOrderActionInner()Creates an instance of CertificateOrderActionInner class.
-
-
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.
-