你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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