NamespaceManager.CreateEventHubIfNotExists Método

Definição

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