TerminateNotificationProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Profile properties for the Terminate Scheduled event.
public class TerminateNotificationProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.TerminateNotificationProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.TerminateNotificationProfile>
type TerminateNotificationProfile = class
interface IJsonModel<TerminateNotificationProfile>
interface IPersistableModel<TerminateNotificationProfile>
Public Class TerminateNotificationProfile
Implements IJsonModel(Of TerminateNotificationProfile), IPersistableModel(Of TerminateNotificationProfile)
- Inheritance
-
TerminateNotificationProfile
- Implements
Constructors
| Name | Description |
|---|---|
| TerminateNotificationProfile() |
Initializes a new instance of TerminateNotificationProfile. |
Properties
| Name | Description |
|---|---|
| Enable |
Specifies whether the Terminate Scheduled event is enabled or disabled. |
| NotBeforeTimeout |
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). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M). |