C# Class Microsoft.Azure.Commands.Automation.Cmdlet.NewAzureAutomationSchedule

Inheritance: AzureAutomationBaseCmdlet
Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description
AutomationProcessRecord void
CreateMonthlyScheduleModel Microsoft.Azure.Commands.Automation.Model.Schedule
CreateWeeklyScheduleModel Microsoft.Azure.Commands.Automation.Model.Schedule
IsMonthlyScheduleNull bool

Public Methods

Method Description
NewAzureAutomationSchedule ( ) : System

Initializes a new instance of the NewAzureAutomationSchedule class.

Private Methods

Method Description
AutomationProcessRecord ( ) : void
CreateMonthlyScheduleModel ( ) : Schedule

The validate.

CreateWeeklyScheduleModel ( ) : Schedule

The create weekly schedule model.

IsMonthlyScheduleNull ( ) : bool

The is monthly schedule null.

Method Details

NewAzureAutomationSchedule() public method

Initializes a new instance of the NewAzureAutomationSchedule class.
public NewAzureAutomationSchedule ( ) : System
return System