Class CertificateOrderActionProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionProperties
-
public final class CertificateOrderActionProperties extends Object
CertificateOrderAction resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description CertificateOrderActionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateOrderActionTypeactionType()Get the actionType property: Action type.OffsetDateTimecreatedAt()Get the createdAt property: Time at which the certificate action was performed.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
actionType
public CertificateOrderActionType actionType()
Get the actionType property: Action type.- Returns:
- the actionType value.
-
createdAt
public OffsetDateTime 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.
-
-