1 write to ContainerName
Microsoft.DotNet.Helix.Client (1)
generated-code\Models\ContainerInformation.cs (1)
17ContainerName = containerName;
2 references to ContainerName
Microsoft.DotNet.Helix.Client (1)
generated-code\Models\ContainerInformation.cs (1)
59if (string.IsNullOrEmpty(ContainerName))
Microsoft.DotNet.Helix.JobSender (1)
StorageHelpers\ApiBlobHelper.cs (1)
26Uri containerUri = new Uri($"https://{info.StorageAccountName}.blob.core.windows.net/{info.ContainerName}");