Uses of Class
com.azure.resourcemanager.compute.models.TerminateNotificationProfile
Packages that use TerminateNotificationProfile
Package
Description
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 TerminateNotificationProfileModifier and TypeMethodDescriptionScheduledEventsProfile.terminateNotificationProfile()Get the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.TerminateNotificationProfile.withEnable(Boolean enable) Set the enable property: Specifies whether the Terminate Scheduled event is enabled or disabled.TerminateNotificationProfile.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 TerminateNotificationProfileModifier and TypeMethodDescriptionScheduledEventsProfile.withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile) Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.