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

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

Public Methods

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

Method Details

NewJobScheduleParameters() public method

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