4 references to Terminal
Aspire.Hosting (4)
ApplicationModel\TerminalResourceSnapshotProperties.cs (4)
57
.Add(new ResourcePropertySnapshot(KnownProperties.
Terminal
.Enabled, "true") { IsSensitive = false })
58
.Add(new ResourcePropertySnapshot(KnownProperties.
Terminal
.ReplicaIndex, replicaIndex.ToString(CultureInfo.InvariantCulture)) { IsSensitive = false })
59
.Add(new ResourcePropertySnapshot(KnownProperties.
Terminal
.ReplicaCount, replicaCount.ToString(CultureInfo.InvariantCulture)) { IsSensitive = false });
68
new ResourcePropertySnapshot(KnownProperties.
Terminal
.ConsumerUdsPath, consumerUdsPath) { IsSensitive = true });