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?: stringProperty Value
string
		delayUrl60
	 
	The URL to delay shutdown by 60 minutes.
delayUrl60?: stringProperty Value
string
		eventType
	 
	The event for which a notification will be sent.
eventType?: stringProperty Value
string
guid
The GUID for the virtual machine to be shut down.
guid?: stringProperty Value
string
		labName
	 
	The lab for the schedule.
labName?: stringProperty Value
string
		minutesUntilShutdown
	  
	Minutes remaining until shutdown
minutesUntilShutdown?: stringProperty Value
string
owner
The owner of the virtual machine.
owner?: stringProperty Value
string
		resourceGroupName
	  
	The resource group name for the schedule.
resourceGroupName?: stringProperty Value
string
		skipUrl
	 
	The URL to skip auto-shutdown.
skipUrl?: stringProperty Value
string
		subscriptionId
	 
	The subscription ID for the schedule.
subscriptionId?: stringProperty Value
string
text
The text for the notification.
text?: stringProperty Value
string
		vmName
	 
	The virtual machine to be shut down.
vmName?: stringProperty Value
string
		vmUrl
	 
	The URL of the virtual machine.
vmUrl?: stringProperty Value
string