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