NamespaceManager.CreateEventHubIfNotExistsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET