共用方式為


TaskDependencies.OnId 方法 (String)

 

取得 TaskDependencies 代表在單一工作的相依性。

命名空間:   Microsoft.Azure.Batch
組件:  Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)

語法

public static TaskDependencies OnId(
    string id
)
public:
static TaskDependencies^ OnId(
    String^ id
)
static member OnId : 
        id:string -> TaskDependencies
Public Shared Function OnId (
    id As String
) As TaskDependencies

參數

傳回值

Type: Microsoft.Azure.Batch.TaskDependencies

A TaskDependencies 代表在單一工作的相依性。

請參閱

TaskDependencies 類別
Microsoft.Azure.Batch 命名空間

回到頁首