Show / Hide Table of Contents

Class JobScheduleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobScheduleArgs
Inherited Members
ResourceArgs.Empty
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 Source

JobScheduleArgs()

Declaration
public JobScheduleArgs()

Properties

View Source

AutomationAccountName

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>
View Source

JobScheduleId

The UUID identifying the Automation Job Schedule.

Declaration
public Input<string> JobScheduleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

ScheduleName

Declaration
public Input<string> ScheduleName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.