JobSchedule interface
Definition of the job schedule.
- Extends
Properties
| job |
Gets or sets the id of job schedule. |
| parameters | Gets or sets the parameters of the job schedule. |
| runbook | Gets or sets the runbook. |
| run |
Gets or sets the hybrid worker group that the scheduled job should run on. |
| schedule | Gets or sets the schedule. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
jobScheduleId
Gets or sets the id of job schedule.
jobScheduleId?: string
Property Value
string
parameters
Gets or sets the parameters of the job schedule.
parameters?: Record<string, string>
Property Value
Record<string, string>
runbook
Gets or sets the runbook.
runbook?: RunbookAssociationProperty
Property Value
runOn
Gets or sets the hybrid worker group that the scheduled job should run on.
runOn?: string
Property Value
string
schedule
Gets or sets the schedule.
schedule?: ScheduleAssociationProperty
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type