Skip to content
DocsTry Aspire
DocsTry

AzureServiceBusTopicResource Constructors

ClassConstructors1 member
Represents a Service Bus Topic. Initializes a new instance of the AzureServiceBusTopicResource class.
Constructor(string, string, AzureServiceBusResource)Section titled Constructor(string, string, AzureServiceBusResource)
Represents a Service Bus Topic. Initializes a new instance of the AzureServiceBusTopicResource class.
public class AzureServiceBusTopicResource
{
public AzureServiceBusTopicResource(
string name,
string topicName,
AzureServiceBusResource parent)
{
// ...
}
}
namestring
topicNamestring
Use AzureProvisioningResourceExtensions.ConfigureInfrastructure to configure specific Azure.Provisioning properties.