ServiceBusTopic Constructor

Definition

Initializes a new instance of the ServiceBusTopic.

public ServiceBusTopic (Azure.Provisioning.IConstruct scope, Azure.Provisioning.ServiceBus.ServiceBusNamespace? parent = default, string name = "topic", string version = "2021-11-01", Azure.Core.AzureLocation? location = default);
new Azure.Provisioning.ServiceBus.ServiceBusTopic : Azure.Provisioning.IConstruct * Azure.Provisioning.ServiceBus.ServiceBusNamespace * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.Provisioning.ServiceBus.ServiceBusTopic
Public Sub New (scope As IConstruct, Optional parent As ServiceBusNamespace = Nothing, Optional name As String = "topic", Optional version As String = "2021-11-01", Optional location As Nullable(Of AzureLocation) = Nothing)

Parameters

scope
IConstruct

The scope.

parent
ServiceBusNamespace

The parent.

name
String

The name.

version
String

The version.

location
Nullable<AzureLocation>

The location.

Applies to