Share via


EventHubsNamespace.FromExisting(IConstruct, String, ResourceGroup) Method

Definition

Creates a new instance of the EventHubsNamespace class referencing an existing instance.

public static Azure.Provisioning.EventHubs.EventHubsNamespace FromExisting (Azure.Provisioning.IConstruct scope, string name, Azure.Provisioning.ResourceManager.ResourceGroup? parent = default);
static member FromExisting : Azure.Provisioning.IConstruct * string * Azure.Provisioning.ResourceManager.ResourceGroup -> Azure.Provisioning.EventHubs.EventHubsNamespace
Public Shared Function FromExisting (scope As IConstruct, name As String, Optional parent As ResourceGroup = Nothing) As EventHubsNamespace

Parameters

scope
IConstruct

The scope.

name
String

The resource name.

parent
ResourceGroup

The resource group.

Returns

The KeyVault instance.

Applies to