NamespaceManager.CreateEventHubIfNotExists Methode

Definition

Überlädt

CreateEventHubIfNotExists(EventHubDescription)

Erstellt einen Event Hub, wenn er nicht vorhanden ist.

CreateEventHubIfNotExists(String)

Erstellt einen Event Hub, wenn er nicht vorhanden ist.

CreateEventHubIfNotExists(EventHubDescription)

Erstellt einen Event Hub, wenn er nicht vorhanden ist.

public Microsoft.ServiceBus.Messaging.EventHubDescription CreateEventHubIfNotExists (Microsoft.ServiceBus.Messaging.EventHubDescription description);
member this.CreateEventHubIfNotExists : Microsoft.ServiceBus.Messaging.EventHubDescription -> Microsoft.ServiceBus.Messaging.EventHubDescription
Public Function CreateEventHubIfNotExists (description As EventHubDescription) As EventHubDescription

Parameter

description
EventHubDescription

Ein EventHubDescription Objekt, das den zu erstellenden Event Hub beschreibt.

Gibt zurück

Gibt ein Objekt zurückEventHubDescription .

Gilt für:

CreateEventHubIfNotExists(String)

Erstellt einen Event Hub, wenn er nicht vorhanden ist.

public Microsoft.ServiceBus.Messaging.EventHubDescription CreateEventHubIfNotExists (string path);
member this.CreateEventHubIfNotExists : string -> Microsoft.ServiceBus.Messaging.EventHubDescription
Public Function CreateEventHubIfNotExists (path As String) As EventHubDescription

Parameter

path
String

Der Pfad zum Event Hub.

Gibt zurück

Gibt ein EventHubDescription-Objekt zurück.

Gilt für: