JobOperationsExtensions.Get(IJobOperations, String, JobGetOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the specified Job.
public static Microsoft.Azure.Batch.Protocol.Models.CloudJob Get (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string jobId, Microsoft.Azure.Batch.Protocol.Models.JobGetOptions jobGetOptions = default);
static member Get : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobGetOptions -> Microsoft.Azure.Batch.Protocol.Models.CloudJob
<Extension()>
Public Function Get (operations As IJobOperations, jobId As String, Optional jobGetOptions As JobGetOptions = Nothing) As CloudJob
Parameters
- operations
- IJobOperations
The operations group for this extension method.
- jobId
- String
The ID of the Job.
- jobGetOptions
- JobGetOptions
Additional parameters for the operation
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET