C# Class Microsoft.Azure.Commands.Batch.Models.JobScheduleOperationParameters

Inheritance: BatchClientParametersBase
显示文件 Open project: Azure/azure-powershell

Public Methods

Method Description
JobScheduleOperationParameters ( BatchAccountContext context, string jobScheduleId, PSCloudJobSchedule jobSchedule, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Method Details

JobScheduleOperationParameters() public method

public JobScheduleOperationParameters ( BatchAccountContext context, string jobScheduleId, PSCloudJobSchedule jobSchedule, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
jobScheduleId string
jobSchedule PSCloudJobSchedule
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch