Uses of Class
com.azure.resourcemanager.compute.models.TerminateNotificationProfile
-
Packages that use TerminateNotificationProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of TerminateNotificationProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return TerminateNotificationProfile Modifier and Type Method Description TerminateNotificationProfileScheduledEventsProfile. terminateNotificationProfile()Get the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.TerminateNotificationProfileTerminateNotificationProfile. withEnable(Boolean enable)Set the enable property: Specifies whether the Terminate Scheduled event is enabled or disabled.TerminateNotificationProfileTerminateNotificationProfile. withNotBeforeTimeout(String notBeforeTimeout)Set the notBeforeTimeout property: Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out).Methods in com.azure.resourcemanager.compute.models with parameters of type TerminateNotificationProfile Modifier and Type Method Description ScheduledEventsProfileScheduledEventsProfile. withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.
-