ScheduledActionResource interface
Represents an scheduled action resource metadata.
Properties
| id | The compute RP resource id of the resource in the scheduled actions scope. |
| name | The name of the resource |
| notification |
The desired notification settings for the specified resource. |
| resource |
The ARM Id of the resource. "subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachines/{vmName}" |
| type | The type of resource |
Property Details
id
The compute RP resource id of the resource in the scheduled actions scope.
id: string
Property Value
string
name
The name of the resource
name: string
Property Value
string
notificationSettings
The desired notification settings for the specified resource.
notificationSettings?: NotificationProperties[]
Property Value
resourceId
The ARM Id of the resource. "subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachines/{vmName}"
resourceId: string
Property Value
string
type
The type of resource
type?: string
Property Value
string