EventHubsNamespace Constructor

Definition

Initializes a new instance of the EventHubsNamespace.

public EventHubsNamespace (Azure.Provisioning.IConstruct scope, Azure.ResourceManager.EventHubs.Models.EventHubsSku? sku = default, Azure.Provisioning.ResourceManager.ResourceGroup? parent = default, string name = "eh", string version = "2021-11-01", Azure.Core.AzureLocation? location = default);
new Azure.Provisioning.EventHubs.EventHubsNamespace : Azure.Provisioning.IConstruct * Azure.ResourceManager.EventHubs.Models.EventHubsSku * Azure.Provisioning.ResourceManager.ResourceGroup * string * string * Nullable<Azure.Core.AzureLocation> -> Azure.Provisioning.EventHubs.EventHubsNamespace
Public Sub New (scope As IConstruct, Optional sku As EventHubsSku = Nothing, Optional parent As ResourceGroup = Nothing, Optional name As String = "eh", Optional version As String = "2021-11-01", Optional location As Nullable(Of AzureLocation) = Nothing)

Parameters

scope
IConstruct

The scope.

sku
EventHubsSku

The sku.

parent
ResourceGroup

The parent.

name
String

The name.

version
String

The version.

location
Nullable<AzureLocation>

The location.

Applies to