EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRule 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.
Crée ou met à jour un objet AuthorizationRule pour le hub d’événements spécifié. La création/mise à jour d’AuthorizationRule prend quelques secondes pour prendre effet.
public static Microsoft.Azure.Management.EventHub.Models.AuthorizationRule CreateOrUpdateAuthorizationRule (this Microsoft.Azure.Management.EventHub.IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string authorizationRuleName, System.Collections.Generic.IList<string> rights);
static member CreateOrUpdateAuthorizationRule : Microsoft.Azure.Management.EventHub.IEventHubsOperations * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.EventHub.Models.AuthorizationRule
<Extension()>
Public Function CreateOrUpdateAuthorizationRule (operations As IEventHubsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, authorizationRuleName As String, rights As IList(Of String)) As AuthorizationRule
Paramètres
- operations
- IEventHubsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources dans l’abonnement Azure.
- namespaceName
- String
Nom de l’espace de noms
- eventHubName
- String
Nom du hub d’événements
- authorizationRuleName
- String
Nom de la règle d’autorisation.
Retours
S’applique à
Azure SDK for .NET