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