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

StartTask 构造函数

定义

重载

StartTask()

初始化 StartTask 类的新实例。

StartTask(String)

初始化 StartTask 类的新实例。

StartTask()

Source:
StartTask.cs

初始化 StartTask 类的新实例。

public StartTask();
Public Sub New ()

适用于

StartTask(String)

Source:
StartTask.cs

初始化 StartTask 类的新实例。

public StartTask(string commandLine);
new Microsoft.Azure.Batch.StartTask : string -> Microsoft.Azure.Batch.StartTask
Public Sub New (commandLine As String)

参数

commandLine
String

任务的命令行。

适用于