1 write to Name
Aspire.Hosting.Azure.ServiceBus (1)
ServiceBusTopic.cs (1)
23Name = name;
6 references to Name
Aspire.Hosting.Azure.ServiceBus (6)
ServiceBusTopic.cs (6)
61var topic = new global::Azure.Provisioning.ServiceBus.ServiceBusTopic(Infrastructure.NormalizeBicepIdentifier(Name)); 63if (Name != null) 65topic.Name = Name; 91if (topic.Name != null) 93writer.WriteString(nameof(Name), topic.Name);