Class CertificateOrderActionInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionInner
-
public final class CertificateOrderActionInner extends ProxyOnlyResource
Certificate order action.
-
-
Constructor Summary
Constructors Constructor Description CertificateOrderActionInner()
-
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.CertificateOrderActionInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public CertificateOrderActionInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-