4 references to Data
Aspire.Hosting.Radius (4)
Publishing\Constructs\RadiusSecretStoreConstruct.cs (2)
52/// existing/sealed modes), and the <see cref="Data"/> map. 120_data = DefineDictionaryProperty<RadiusSecretStoreDataEntryConstruct>(nameof(Data), ["properties", "data"]);
Publishing\RadiusInfrastructureBuilder.cs (2)
2102construct.Data[key] = entry; 2128construct.Data[key] = new RadiusSecretStoreDataEntryConstruct();