Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TerminateNotificationProfile |
ScheduledEventsProfile.terminateNotificationProfile()
Get the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.
|
TerminateNotificationProfile |
TerminateNotificationProfile.withEnable(Boolean enable)
Set the enable property: Specifies whether the Terminate Scheduled event is enabled or disabled.
|
TerminateNotificationProfile |
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).
|
Modifier and Type | Method and Description |
---|---|
ScheduledEventsProfile |
ScheduledEventsProfile.withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)
Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.