C# Class Microsoft.Azure.Commands.Automation.Model.JobSchedule

The Job Schedule.
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
JobSchedule ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the HourlySchedule class.

JobSchedule ( string resourceGroupName, string automationAccountName, Azure jobSchedule ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the JobSchedule class.

Method Details

JobSchedule() public method

Initializes a new instance of the HourlySchedule class.
public JobSchedule ( ) : Microsoft.Azure.Commands.Automation.Common
return Microsoft.Azure.Commands.Automation.Common

JobSchedule() public method

Initializes a new instance of the JobSchedule class.
public JobSchedule ( string resourceGroupName, string automationAccountName, Azure jobSchedule ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccountName string /// The account name. ///
jobSchedule Azure /// The job schedule. ///
return Microsoft.Azure.Commands.Automation.Common