AddAzureServiceBus(IDistributedApplicationBuilder, String, Action<IResourceBuilder<AzureServiceBusResource>,
ResourceModuleConstruct,ServiceBusNamespace>)
|
Adds an Azure Service Bus Namespace resource to the application model. This resource can be used to create queue, topic, and subscription resources.
|
AddAzureServiceBus(IDistributedApplicationBuilder, String)
|
Adds an Azure Service Bus Namespace resource to the application model. This resource can be used to create queue, topic, and subscription resources.
|
AddQueue(IResourceBuilder<AzureServiceBusResource>, String, Action<IResourceBuilder<AzureServiceBusResource>,
ResourceModuleConstruct,ServiceBusQueue>)
|
Adds an Azure Service Bus Queue resource to the application model. This resource requires an AzureServiceBusResource to be added to the application model.
|
AddQueue(IResourceBuilder<AzureServiceBusResource>, String)
|
Obsolete.
Adds an Azure Service Bus Queue resource to the application model.
|
AddServiceBusQueue(IResourceBuilder<AzureServiceBusResource>, String, String)
|
Adds an Azure Service Bus Queue resource to the application model.
|
AddServiceBusSubscription(IResourceBuilder<AzureServiceBusTopicResource>, String, String)
|
Adds an Azure Service Bus Subscription resource to the application model.
|
AddServiceBusTopic(IResourceBuilder<AzureServiceBusResource>, String, String)
|
Adds an Azure Service Bus Topic resource to the application model.
|
AddSubscription(IResourceBuilder<AzureServiceBusResource>, String,
String, Action<IResourceBuilder<AzureServiceBusResource>,ResourceModuleConstruct,
ServiceBusSubscription>)
|
Adds an Azure Service Bus Topic resource to the application model. This resource requires an AzureServiceBusResource to be added to the application model.
|
AddSubscription(IResourceBuilder<AzureServiceBusResource>, String, String)
|
Obsolete.
Adds an Azure Service Bus Subscription resource to the application model.
|
AddTopic(IResourceBuilder<AzureServiceBusResource>, String, Action<IResourceBuilder<AzureServiceBusResource>,
ResourceModuleConstruct,ServiceBusTopic>)
|
Adds an Azure Service Bus Topic resource to the application model. This resource requires an AzureServiceBusResource to be added to the application model.
|
AddTopic(IResourceBuilder<AzureServiceBusResource>, String, String[])
|
Obsolete.
Adds an Azure Service Bus Topic resource to the application model.
|
AddTopic(IResourceBuilder<AzureServiceBusResource>, String)
|
Obsolete.
Adds an Azure Service Bus Topic resource to the application model.
|
RunAsEmulator(IResourceBuilder<AzureServiceBusResource>, Action<IResourceBuilder<AzureServiceBusEmulatorResource>>)
|
Configures an Azure Service Bus resource to be emulated. This resource requires an AzureServiceBusResource to be added to the application model.
|
WithConfiguration(IResourceBuilder<AzureServiceBusEmulatorResource>, Action<JsonNode>)
|
Alters the JSON configuration document used by the emulator.
|
WithConfigurationFile(IResourceBuilder<AzureServiceBusEmulatorResource>, String)
|
Adds a bind mount for the configuration file of an Azure Service Bus emulator resource.
|
WithHostPort(IResourceBuilder<AzureServiceBusEmulatorResource>, Nullable<Int32>)
|
Configures the host port for the Azure Service Bus emulator is exposed on instead of using randomly assigned port.
|
WithProperties(IResourceBuilder<AzureServiceBusQueueResource>, Action<AzureServiceBusQueueResource>)
|
Allows setting the properties of an Azure Service Bus Queue resource.
|
WithProperties(IResourceBuilder<AzureServiceBusSubscriptionResource>, Action<AzureServiceBusSubscriptionResource>)
|
Allows setting the properties of an Azure Service Bus Subscription resource.
|
WithProperties(IResourceBuilder<AzureServiceBusTopicResource>, Action<AzureServiceBusTopicResource>)
|
Allows setting the properties of an Azure Service Bus Topic resource.
|
WithRoleAssignments<T>(IResourceBuilder<T>, IResourceBuilder<AzureServiceBusResource>, ServiceBusBuiltInRole[])
|
Assigns the specified roles to the given resource, granting it the necessary permissions
on the target Azure Service Bus namespace. This replaces the default role assignments for the resource.
|