ShutdownNotificationContent interface
The contents of a shutdown notification. Webhooks can use this type to deserialize the request body when they get notified of an imminent shutdown.
Properties
delay |
The URL to delay shutdown by 2 hours. |
delay |
The URL to delay shutdown by 60 minutes. |
event |
The event for which a notification will be sent. |
guid | The GUID for the virtual machine to be shut down. |
lab |
The lab for the schedule. |
minutes |
Minutes remaining until shutdown |
owner | The owner of the virtual machine. |
resource |
The resource group name for the schedule. |
skip |
The URL to skip auto-shutdown. |
subscription |
The subscription ID for the schedule. |
text | The text for the notification. |
vm |
The virtual machine to be shut down. |
vm |
The URL of the virtual machine. |
Property Details
delayUrl120
The URL to delay shutdown by 2 hours.
delayUrl120?: string
Property Value
string
delayUrl60
The URL to delay shutdown by 60 minutes.
delayUrl60?: string
Property Value
string
eventType
The event for which a notification will be sent.
eventType?: string
Property Value
string
guid
The GUID for the virtual machine to be shut down.
guid?: string
Property Value
string
labName
The lab for the schedule.
labName?: string
Property Value
string
minutesUntilShutdown
Minutes remaining until shutdown
minutesUntilShutdown?: string
Property Value
string
owner
The owner of the virtual machine.
owner?: string
Property Value
string
resourceGroupName
The resource group name for the schedule.
resourceGroupName?: string
Property Value
string
skipUrl
The URL to skip auto-shutdown.
skipUrl?: string
Property Value
string
subscriptionId
The subscription ID for the schedule.
subscriptionId?: string
Property Value
string
text
The text for the notification.
text?: string
Property Value
string
vmName
The virtual machine to be shut down.
vmName?: string
Property Value
string
vmUrl
The URL of the virtual machine.
vmUrl?: string
Property Value
string