published on Sunday, Sep 13, 2026 by Pulumi
published on Sunday, Sep 13, 2026 by Pulumi
Retrieve the job schedule identified by job schedule name.
Uses Azure REST API version 2024-10-23.
Other available API versions: 2015-10-31, 2019-06-01, 2020-01-13-preview, 2022-08-08, 2023-05-15-preview, 2023-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native automation [ApiVersion]. See the version guide for details.
Using getJobSchedule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJobSchedule(args: GetJobScheduleArgs, opts?: InvokeOptions): Promise<GetJobScheduleResult>
function getJobScheduleOutput(args: GetJobScheduleOutputArgs, opts?: InvokeOutputOptions): Output<GetJobScheduleResult>def get_job_schedule(automation_account_name: Optional[str] = None,
job_schedule_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobScheduleResult
def get_job_schedule_output(automation_account_name: pulumi.Input[Optional[str]] = None,
job_schedule_id: pulumi.Input[Optional[str]] = None,
resource_group_name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetJobScheduleResult]func LookupJobSchedule(ctx *Context, args *LookupJobScheduleArgs, opts ...InvokeOption) (*LookupJobScheduleResult, error)
func LookupJobScheduleOutput(ctx *Context, args *LookupJobScheduleOutputArgs, opts ...InvokeOption) LookupJobScheduleResultOutput> Note: This function is named LookupJobSchedule in the Go SDK.
public static class GetJobSchedule
{
public static Task<GetJobScheduleResult> InvokeAsync(GetJobScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetJobScheduleResult> Invoke(GetJobScheduleInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetJobScheduleResult> Invoke(GetJobScheduleInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetJobScheduleResult> getJobSchedule(GetJobScheduleArgs args, InvokeOptions options)
public static Output<GetJobScheduleResult> getJobSchedule(GetJobScheduleArgs args, InvokeOptions options)
public static Output<GetJobScheduleResult> getJobSchedule(GetJobScheduleArgs args, InvokeOutputOptions options)
fn::invoke:
function: azure-native:automation:getJobSchedule
arguments:
# arguments dictionarydata "azure-native_automation_get_job_schedule" "name" {
# arguments
}The following arguments are supported:
- Automation
Account stringName - The name of the automation account.
- Job
Schedule stringId - The job schedule name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Automation
Account stringName - The name of the automation account.
- Job
Schedule stringId - The job schedule name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- automation_
account_ stringname - The name of the automation account.
- job_
schedule_ stringid - The job schedule name.
- resource_
group_ stringname - The name of the resource group. The name is case insensitive.
- automation
Account StringName - The name of the automation account.
- job
Schedule StringId - The job schedule name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- automation
Account stringName - The name of the automation account.
- job
Schedule stringId - The job schedule name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- automation_
account_ strname - The name of the automation account.
- job_
schedule_ strid - The job schedule name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- automation
Account StringName - The name of the automation account.
- job
Schedule StringId - The job schedule name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getJobSchedule Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Automation. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Job
Schedule stringId - Gets or sets the id of job schedule.
- Parameters Dictionary<string, string>
- Gets or sets the parameters of the job schedule.
- Run
On string - Gets or sets the hybrid worker group that the scheduled job should run on.
- Runbook
Pulumi.
Azure Native. Automation. Outputs. Runbook Association Property Response - Gets or sets the runbook.
- Schedule
Pulumi.
Azure Native. Automation. Outputs. Schedule Association Property Response - Gets or sets the schedule.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Job
Schedule stringId - Gets or sets the id of job schedule.
- Parameters map[string]string
- Gets or sets the parameters of the job schedule.
- Run
On string - Gets or sets the hybrid worker group that the scheduled job should run on.
- Runbook
Runbook
Association Property Response - Gets or sets the runbook.
- Schedule
Schedule
Association Property Response - Gets or sets the schedule.
- azure_
api_ stringversion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- system_
data object - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- job_
schedule_ stringid - Gets or sets the id of job schedule.
- parameters map(string)
- Gets or sets the parameters of the job schedule.
- run_
on string - Gets or sets the hybrid worker group that the scheduled job should run on.
- runbook object
- Gets or sets the runbook.
- schedule object
- Gets or sets the schedule.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- job
Schedule StringId - Gets or sets the id of job schedule.
- parameters Map<String,String>
- Gets or sets the parameters of the job schedule.
- run
On String - Gets or sets the hybrid worker group that the scheduled job should run on.
- runbook
Runbook
Association Property Response - Gets or sets the runbook.
- schedule
Schedule
Association Property Response - Gets or sets the schedule.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- job
Schedule stringId - Gets or sets the id of job schedule.
- parameters {[key: string]: string}
- Gets or sets the parameters of the job schedule.
- run
On string - Gets or sets the hybrid worker group that the scheduled job should run on.
- runbook
Runbook
Association Property Response - Gets or sets the runbook.
- schedule
Schedule
Association Property Response - Gets or sets the schedule.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- job_
schedule_ strid - Gets or sets the id of job schedule.
- parameters Mapping[str, str]
- Gets or sets the parameters of the job schedule.
- run_
on str - Gets or sets the hybrid worker group that the scheduled job should run on.
- runbook
Runbook
Association Property Response - Gets or sets the runbook.
- schedule
Schedule
Association Property Response - Gets or sets the schedule.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- job
Schedule StringId - Gets or sets the id of job schedule.
- parameters Map<String>
- Gets or sets the parameters of the job schedule.
- run
On String - Gets or sets the hybrid worker group that the scheduled job should run on.
- runbook Property Map
- Gets or sets the runbook.
- schedule Property Map
- Gets or sets the schedule.
Supporting Types
RunbookAssociationPropertyResponse
- Name string
- Gets or sets the name of the runbook.
- Name string
- Gets or sets the name of the runbook.
- name string
- Gets or sets the name of the runbook.
- name String
- Gets or sets the name of the runbook.
- name string
- Gets or sets the name of the runbook.
- name str
- Gets or sets the name of the runbook.
- name String
- Gets or sets the name of the runbook.
ScheduleAssociationPropertyResponse
- Name string
- Gets or sets the name of the Schedule.
- Name string
- Gets or sets the name of the Schedule.
- name string
- Gets or sets the name of the Schedule.
- name String
- Gets or sets the name of the Schedule.
- name string
- Gets or sets the name of the Schedule.
- name str
- Gets or sets the name of the Schedule.
- name String
- Gets or sets the name of the Schedule.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at string - The timestamp of resource creation (UTC).
- created_
by string - The identity that created the resource.
- created_
by_ stringtype - The type of identity that created the resource.
- last_
modified_ stringat - The timestamp of resource last modification (UTC)
- last_
modified_ stringby - The identity that last modified the resource.
- last_
modified_ stringby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Sunday, Sep 13, 2026 by Pulumi