NamespaceManager.CreateEventHubIfNotExists Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateEventHubIfNotExists(EventHubDescription) |
Cria um Hub de Eventos se ele não existir. |
CreateEventHubIfNotExists(String) |
Cria um Hub de Eventos se ele não existir. |
CreateEventHubIfNotExists(EventHubDescription)
Cria um Hub de Eventos se ele não existir.
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
Parâmetros
- description
- EventHubDescription
Um EventHubDescription objeto que descreve o Hub de Eventos a ser criado.
Retornos
Retorna umEventHubDescription objeto .
Aplica-se a
CreateEventHubIfNotExists(String)
Cria um Hub de Eventos se ele não existir.
public Microsoft.ServiceBus.Messaging.EventHubDescription CreateEventHubIfNotExists (string path);
member this.CreateEventHubIfNotExists : string -> Microsoft.ServiceBus.Messaging.EventHubDescription
Public Function CreateEventHubIfNotExists (path As String) As EventHubDescription
Parâmetros
- path
- String
O caminho para o Hub de Eventos.
Retornos
Retorna um objeto EventHubDescription.
Aplica-se a
Azure SDK for .NET