14 references to ContainerInformation
Microsoft.DotNet.Helix.Client (11)
generated-code\Storage.cs (11)
20
Task<IImmutableList<Models.
ContainerInformation
>> ListAsync(
25
Task<Models.
ContainerInformation
> NewAsync(
30
Task<Models.
ContainerInformation
> ExtendExpirationAsync(
50
public async Task<IImmutableList<Models.
ContainerInformation
>> ListAsync(
92
var _body = Client.Deserialize<IImmutableList<Models.
ContainerInformation
>>(_content);
124
public async Task<Models.
ContainerInformation
> NewAsync(
178
var
_body = Client.Deserialize<Models.
ContainerInformation
>(_content);
210
public async Task<Models.
ContainerInformation
> ExtendExpirationAsync(
264
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)