Class JobScheduleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Automation
Assembly: Pulumi.Azure.dll
Syntax
public sealed class JobScheduleArgs : ResourceArgs
Constructors
View SourceJobScheduleArgs()
Declaration
public JobScheduleArgs()
Properties
View SourceAutomationAccountName
The name of the Automation Account in which the Job Schedule is created. Changing this forces a new resource to be created.
Declaration
public Input<string> AutomationAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
JobScheduleId
The UUID identifying the Automation Job Schedule.
Declaration
public Input<string> JobScheduleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
A map of key/value pairs corresponding to the arguments that can be passed to the Runbook. Changing this forces a new resource to be created.
Declaration
public InputMap<string> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ResourceGroupName
The name of the resource group in which the Job Schedule is created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RunbookName
The name of a Runbook to link to a Schedule. It needs to be in the same Automation Account as the Schedule and Job Schedule. Changing this forces a new resource to be created.
Declaration
public Input<string> RunbookName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RunOn
Name of a Hybrid Worker Group the Runbook will be executed on. Changing this forces a new resource to be created.
Declaration
public Input<string> RunOn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScheduleName
Declaration
public Input<string> ScheduleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |