6 references to JobCreationResult
Microsoft.DotNet.Helix.Client (4)
generated-code\Job.cs (4)
17Task<Models.JobCreationResult> NewAsync( 74public async Task<Models.JobCreationResult> NewAsync( 139var _body = Client.Deserialize<Models.JobCreationResult>(_content);
Microsoft.DotNet.Helix.JobSender (2)
JobDefinition.cs (1)
239var newJob = await JobApi.NewAsync(creationRequest, jobStartIdentifier, cancellationToken).ConfigureAwait(false);
SentJob.cs (1)
9public SentJob(IJob jobApi, JobCreationResult newJob, string resultsContainerUri, string resultsContainerReadSAS)