你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JobOperations.CreateJob 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateJob(String, PoolInformation) |
创建未绑定且与 Batch 服务中的任何作业不具有一致性关系的 CloudJob 实例。 |
CreateJob() |
创建未绑定且与 Batch 服务中的任何作业不具有一致性关系的 CloudJob 实例。 |
CreateJob(String, PoolInformation)
- Source:
- JobOperations.cs
创建未绑定且与 Batch 服务中的任何作业不具有一致性关系的 CloudJob 实例。
public Microsoft.Azure.Batch.CloudJob CreateJob (string jobId, Microsoft.Azure.Batch.PoolInformation poolInformation);
member this.CreateJob : string * Microsoft.Azure.Batch.PoolInformation -> Microsoft.Azure.Batch.CloudJob
Public Function CreateJob (jobId As String, poolInformation As PoolInformation) As CloudJob
参数
- jobId
- String
作业的 ID。
- poolInformation
- PoolInformation
有关运行作业的池的信息。
返回
一个 CloudJob ,表示尚未提交到 Batch 服务的新作业。
适用于
CreateJob()
- Source:
- JobOperations.cs
创建未绑定且与 Batch 服务中的任何作业不具有一致性关系的 CloudJob 实例。
public Microsoft.Azure.Batch.CloudJob CreateJob ();
member this.CreateJob : unit -> Microsoft.Azure.Batch.CloudJob
Public Function CreateJob () As CloudJob
返回
一个 CloudJob ,表示尚未提交到 Batch 服务的新作业。