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