TerminateNotificationProfile Constructors
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.
Overloads
TerminateNotificationProfile() |
Initializes a new instance of the TerminateNotificationProfile class. |
TerminateNotificationProfile(String, Nullable<Boolean>) |
Initializes a new instance of the TerminateNotificationProfile class. |
TerminateNotificationProfile()
Initializes a new instance of the TerminateNotificationProfile class.
public TerminateNotificationProfile ();
Public Sub New ()
Applies to
TerminateNotificationProfile(String, Nullable<Boolean>)
Initializes a new instance of the TerminateNotificationProfile class.
public TerminateNotificationProfile (string notBeforeTimeout = default, bool? enable = default);
new Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.TerminateNotificationProfile
Public Sub New (Optional notBeforeTimeout As String = Nothing, Optional enable As Nullable(Of Boolean) = Nothing)
Parameters
- notBeforeTimeout
- String
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)
Applies to
Azure SDK for .NET