ScheduledActionResource interface
A compute resource associated with a scheduled action.
Properties
| id | Read-only. The Azure resource ID of the association resource. |
| name | Read-only. The name of the association resource. |
| notification |
Notification settings that apply only to this resource. |
| resource |
The Azure resource ID of the targeted virtual machine. |
| type | Read-only. The Azure resource type of the associated resource. |
Property Details
id
Read-only. The Azure resource ID of the association resource.
id: string
Property Value
string
name
Read-only. The name of the association resource.
name: string
Property Value
string
notificationSettings
Notification settings that apply only to this resource.
notificationSettings?: NotificationProperties[]
Property Value
resourceId
The Azure resource ID of the targeted virtual machine.
resourceId: string
Property Value
string
type
Read-only. The Azure resource type of the associated resource.
type?: string
Property Value
string