次の方法で共有


BatchJobScheduleState.Deleting Property

Definition

The user has requested that the Job Schedule be deleted, but the delete operation is still in progress. The scheduler will not initiate any new Jobs for this Job Schedule, and will delete any existing Jobs and Tasks under the Job Schedule, including any active Job. The Job Schedule will be deleted when all Jobs and Tasks under the Job Schedule have been deleted.

public static Azure.Compute.Batch.BatchJobScheduleState Deleting { get; }
static member Deleting : Azure.Compute.Batch.BatchJobScheduleState
Public Shared ReadOnly Property Deleting As BatchJobScheduleState

Property Value

Applies to