14 references to ContainerInformation
Microsoft.DotNet.Helix.Client (11)
generated-code\Storage.cs (11)
17Task<IImmutableList<Models.ContainerInformation>> ListAsync( 22Task<Models.ContainerInformation> NewAsync( 27Task<Models.ContainerInformation> ExtendExpirationAsync( 47public async Task<IImmutableList<Models.ContainerInformation>> ListAsync( 89var _body = Client.Deserialize<IImmutableList<Models.ContainerInformation>>(_content); 121public async Task<Models.ContainerInformation> NewAsync( 175var _body = Client.Deserialize<Models.ContainerInformation>(_content); 207public async Task<Models.ContainerInformation> ExtendExpirationAsync( 261var _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)