14 references to ContainerInformation
Microsoft.DotNet.Helix.Client (11)
generated-code\Storage.cs (11)
17
Task<IImmutableList<Models.
ContainerInformation
>> ListAsync(
22
Task<Models.
ContainerInformation
> NewAsync(
27
Task<Models.
ContainerInformation
> ExtendExpirationAsync(
47
public async Task<IImmutableList<Models.
ContainerInformation
>> ListAsync(
89
var _body = Client.Deserialize<IImmutableList<Models.
ContainerInformation
>>(_content);
121
public async Task<Models.
ContainerInformation
> NewAsync(
175
var
_body = Client.Deserialize<Models.
ContainerInformation
>(_content);
207
public async Task<Models.
ContainerInformation
> ExtendExpirationAsync(
261
var
_body = Client.Deserialize<Models.
ContainerInformation
>(_content);
Microsoft.DotNet.Helix.JobSender (3)
StorageHelpers\ApiBlobHelper.cs (3)
25
ContainerInformation
info = await _helixApiStorage.NewAsync(new ContainerCreationRequest(30, requestedName, targetQueue), cancellationToken).ConfigureAwait(false);
35
private readonly
ContainerInformation
_info;
37
public Container(BlobContainerClient container,
ContainerInformation
info)