Partager via


NamespaceManager.CreateEventHubIfNotExists Méthode

Définition

Surcharges

CreateEventHubIfNotExists(EventHubDescription)

Crée un hub d’événements s’il n’existe pas.

CreateEventHubIfNotExists(String)

Crée un hub d’événements s’il n’existe pas.

CreateEventHubIfNotExists(EventHubDescription)

Crée un hub d’événements s’il n’existe pas.

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

Paramètres

description
EventHubDescription

Objet EventHubDescription qui décrit le hub d’événements à créer.

Retours

Retourne unEventHubDescription objet .

S’applique à

CreateEventHubIfNotExists(String)

Crée un hub d’événements s’il n’existe pas.

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

Paramètres

path
String

Chemin d’accès au hub d’événements.

Retours

Retourne un objet EventHubDescription.

S’applique à