Partager via


IWithEventHub.WithExistingEventHub Méthode

Définition

Surcharges

WithExistingEventHub(IEventHub)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

WithExistingEventHub(String, String, String)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

WithExistingEventHub(IEventHub)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

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

Paramètres

eventHub
IEventHub

Hub d’événements.

Retours

S’applique à

WithExistingEventHub(String, String, String)

Spécifie que la règle d’autorisation doit être créée pour le hub d’événements donné.

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

Paramètres

resourceGroupName
String

Nom du groupe de ressources de l’espace de noms event hub.

namespaceName
String

Nom de l’espace de noms parent du hub d’événements.

eventHubName
String

Nom du hub d’événements.

Retours

S’applique à