JobScheduleOperationParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class JobScheduleOperationParameters : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type JobScheduleOperationParameters = class
inherit BatchClientParametersBase
Public Class JobScheduleOperationParameters
Inherits BatchClientParametersBase
- Inheritance
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. |