NamespaceManager.CreateEventHubIfNotExistsAsync Méthode

Définition

Surcharges

CreateEventHubIfNotExistsAsync(EventHubDescription)

Crée de manière asynchrone un Event Hub s’il n’existe pas.

CreateEventHubIfNotExistsAsync(String)

Crée de manière asynchrone un Event Hub s’il n’existe pas.

CreateEventHubIfNotExistsAsync(EventHubDescription)

Crée de manière asynchrone un Event Hub s’il n’existe pas.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> CreateEventHubIfNotExistsAsync (Microsoft.ServiceBus.Messaging.EventHubDescription description);
member this.CreateEventHubIfNotExistsAsync : Microsoft.ServiceBus.Messaging.EventHubDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function CreateEventHubIfNotExistsAsync (description As EventHubDescription) As Task(Of EventHubDescription)

Paramètres

description
EventHubDescription

Description du hub d’événements.

Retours

Tâche effectuant l'opération asynchrone.

S’applique à

CreateEventHubIfNotExistsAsync(String)

Crée de manière asynchrone un Event Hub s’il n’existe pas.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> CreateEventHubIfNotExistsAsync (string path);
member this.CreateEventHubIfNotExistsAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function CreateEventHubIfNotExistsAsync (path As String) As Task(Of EventHubDescription)

Paramètres

path
String

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

Retours

Tâche effectuant l'opération asynchrone.

S’applique à