BatchJobScheduleUpdateContent 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.
Parameters for updating an Azure Batch Job Schedule.
public class BatchJobScheduleUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchJobScheduleUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchJobScheduleUpdateContent>
type BatchJobScheduleUpdateContent = class
interface IJsonModel<BatchJobScheduleUpdateContent>
interface IPersistableModel<BatchJobScheduleUpdateContent>
Public Class BatchJobScheduleUpdateContent
Implements IJsonModel(Of BatchJobScheduleUpdateContent), IPersistableModel(Of BatchJobScheduleUpdateContent)
- Inheritance
-
BatchJobScheduleUpdateContent
- Implements
Constructors
BatchJobScheduleUpdateContent() |
Initializes a new instance of BatchJobScheduleUpdateContent. |
Properties
JobSpecification |
The details of the Jobs to be created on this schedule. Updates affect only Jobs that are started after the update has taken place. Any currently active Job continues with the older specification. |
Metadata |
A list of name-value pairs associated with the Job Schedule as metadata. If you do not specify this element, existing metadata is left unchanged. |
Schedule |
The schedule according to which Jobs will be created. All times are fixed respective to UTC and are not impacted by daylight saving time. If you do not specify this element, the existing schedule is left unchanged. |
Explicit Interface Implementations
IJsonModel<BatchJobScheduleUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchJobScheduleUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchJobScheduleUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchJobScheduleUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchJobScheduleUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |