public class TerminateNotificationProfile extends Object
| Constructor and Description |
|---|
TerminateNotificationProfile() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enable()
Get specifies whether the Terminate Scheduled event is enabled or disabled.
|
String |
notBeforeTimeout()
Get 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).
|
TerminateNotificationProfile |
withEnable(Boolean enable)
Set specifies whether the Terminate Scheduled event is enabled or disabled.
|
TerminateNotificationProfile |
withNotBeforeTimeout(String notBeforeTimeout)
Set 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).
|
public String notBeforeTimeout()
public TerminateNotificationProfile withNotBeforeTimeout(String notBeforeTimeout)
notBeforeTimeout - the notBeforeTimeout value to setpublic Boolean enable()
public TerminateNotificationProfile withEnable(Boolean enable)
enable - the enable value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/