JobScheduleOperationParameters Class

Definition

public class JobScheduleOperationParameters : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type JobScheduleOperationParameters = class
    inherit BatchClientParametersBase
Public Class JobScheduleOperationParameters
Inherits BatchClientParametersBase
Inheritance
JobScheduleOperationParameters

Constructors

JobScheduleOperationParameters(BatchAccountContext, String, PSCloudJobSchedule, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
Context

The account details

(Inherited from BatchClientParametersBase)
JobSchedule

The PSCloudJobSchedule object representing the target job schedule.

JobScheduleId

The id of the job schedule.

Applies to