次の方法で共有


BatchJobSchedule(BatchJobSpecification) Constructor

Definition

Initializes a new instance of BatchJobSchedule.

public BatchJobSchedule (Azure.Compute.Batch.BatchJobSpecification jobSpecification);
new Azure.Compute.Batch.BatchJobSchedule : Azure.Compute.Batch.BatchJobSpecification -> Azure.Compute.Batch.BatchJobSchedule
Public Sub New (jobSpecification As BatchJobSpecification)

Parameters

jobSpecification
BatchJobSpecification

The details of the Jobs to be created on this schedule.

Exceptions

jobSpecification is null.

Applies to