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