ScheduledActionResourceCreate interface
Represents an scheduled action resource metadata.
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