14 references to ContainerInformation
Microsoft.DotNet.Helix.Client (11)
generated-code\Storage.cs (11)
20Task<IImmutableList<Models.ContainerInformation>> ListAsync( 25Task<Models.ContainerInformation> NewAsync( 30Task<Models.ContainerInformation> ExtendExpirationAsync( 50public async Task<IImmutableList<Models.ContainerInformation>> ListAsync( 92var _body = Client.Deserialize<IImmutableList<Models.ContainerInformation>>(_content); 124public async Task<Models.ContainerInformation> NewAsync( 178var _body = Client.Deserialize<Models.ContainerInformation>(_content); 210public async Task<Models.ContainerInformation> ExtendExpirationAsync( 264var _body = Client.Deserialize<Models.ContainerInformation>(_content);
Microsoft.DotNet.Helix.JobSender (3)
StorageHelpers\ApiBlobHelper.cs (3)
25ContainerInformation info = await _helixApiStorage.NewAsync(new ContainerCreationRequest(30, requestedName, targetQueue), cancellationToken).ConfigureAwait(false); 35private readonly ContainerInformation _info; 37public Container(BlobContainerClient container, ContainerInformation info)