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

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

Public Methods

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

Initializes a new instance of the Schedule class.

Schedule ( string automationAccountName, WindowsAzure schedule ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Schedule class.

Method Details

Schedule() public method

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

Schedule() public method

Initializes a new instance of the Schedule class.
public Schedule ( string automationAccountName, WindowsAzure schedule ) : Microsoft.Azure.Commands.Automation.Common
automationAccountName string
schedule WindowsAzure /// The schedule. ///
return Microsoft.Azure.Commands.Automation.Common