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

TaskDependencies.OnId(String) Method

Definition

Gets a TaskDependencies representing dependency on a single task.

public static Microsoft.Azure.Batch.TaskDependencies OnId(string id);
static member OnId : string -> Microsoft.Azure.Batch.TaskDependencies
Public Shared Function OnId (id As String) As TaskDependencies

Parameters

id
String

The task to depend on.

Returns

A TaskDependencies representing dependency on a single task.

Applies to