Class UpgradeNotificationInner
java.lang.Object
com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner
Properties of upgrade notification.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of UpgradeNotificationInner class. -
Method Summary
-
Constructor Details
-
UpgradeNotificationInner
public UpgradeNotificationInner()Creates an instance of UpgradeNotificationInner class.
-
-
Method Details
-
name
Get the name property: Name of upgrade notification.- Returns:
- the name value.
-
timestamp
Get the timestamp property: Timestamp when upgrade notification occurred.- Returns:
- the timestamp value.
-
upsellNotification
Get the upsellNotification property: Details about this upgrade notification.- Returns:
- the upsellNotification value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-