Class ScheduledEventsProfile
java.lang.Object
com.microsoft.azure.management.compute.ScheduledEventsProfile
The ScheduledEventsProfile model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet specifies Terminate Scheduled Event related configurations.withTerminateNotificationProfile
(TerminateNotificationProfile terminateNotificationProfile) Set specifies Terminate Scheduled Event related configurations.
-
Constructor Details
-
ScheduledEventsProfile
public ScheduledEventsProfile()
-
-
Method Details
-
terminateNotificationProfile
Get specifies Terminate Scheduled Event related configurations.- Returns:
- the terminateNotificationProfile value
-
withTerminateNotificationProfile
public ScheduledEventsProfile withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile) Set specifies Terminate Scheduled Event related configurations.- Parameters:
terminateNotificationProfile
- the terminateNotificationProfile value to set- Returns:
- the ScheduledEventsProfile object itself.
-