Compartilhar via


IWithEventHub.WithExistingEventHub Método

Definição

Sobrecargas

WithExistingEventHub(IEventHub)

Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado.

WithExistingEventHub(String, String, String)

Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado.

WithExistingEventHub(IEventHub)

Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy WithExistingEventHub (Microsoft.Azure.Management.Eventhub.Fluent.IEventHub eventHub);
abstract member WithExistingEventHub : Microsoft.Azure.Management.Eventhub.Fluent.IEventHub -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy
Public Function WithExistingEventHub (eventHub As IEventHub) As IWithAccessPolicy

Parâmetros

eventHub
IEventHub

O hub de eventos.

Retornos

Aplica-se a

WithExistingEventHub(String, String, String)

Especifica que a regra de autorização precisa ser criada para o hub de eventos especificado.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy WithExistingEventHub (string resourceGroupName, string namespaceName, string eventHubName);
abstract member WithExistingEventHub : string * string * string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy
Public Function WithExistingEventHub (resourceGroupName As String, namespaceName As String, eventHubName As String) As IWithAccessPolicy

Parâmetros

resourceGroupName
String

Nome do grupo de recursos do namespace do hub de eventos.

namespaceName
String

Nome do namespace pai do hub de eventos.

eventHubName
String

Nome do hub de eventos.

Retornos

Aplica-se a