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

BatchTaskState.Preparing Property

Definition

The Task has been assigned to a Compute Node, but is waiting for a required Job Preparation Task to complete on the Compute Node. If the Job Preparation Task succeeds, the Task will move to running. If the Job Preparation Task fails, the Task will return to active and will be eligible to be assigned to a different Compute Node.

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

Property Value

Applies to