ScheduledActionResourceInput interface
Represents the writable fields of a scheduled action resource used in attach and patch requests.
Properties
| 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}" |
Property Details
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