Class ScheduledEventsProfile
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ScheduledEventsProfile
-
public final class ScheduledEventsProfile extends Object
The ScheduledEventsProfile model.
-
-
Constructor Summary
Constructors Constructor Description ScheduledEventsProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminateNotificationProfileterminateNotificationProfile()Get the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.voidvalidate()Validates the instance.ScheduledEventsProfilewithTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.
-
-
-
Method Detail
-
terminateNotificationProfile
public TerminateNotificationProfile terminateNotificationProfile()
Get the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.- Returns:
- the terminateNotificationProfile value.
-
withTerminateNotificationProfile
public ScheduledEventsProfile withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)
Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.- Parameters:
terminateNotificationProfile- the terminateNotificationProfile value to set.- Returns:
- the ScheduledEventsProfile object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-