WCFRelaysOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync 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 Mises à jour une règle d’autorisation pour un WCFRelays
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Relay.Models.AuthorizationRule> CreateOrUpdateAuthorizationRuleAsync (this Microsoft.Azure.Management.Relay.IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, string relayName, string authorizationRuleName, Microsoft.Azure.Management.Relay.Models.AuthorizationRule parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAuthorizationRuleAsync : Microsoft.Azure.Management.Relay.IWCFRelaysOperations * string * string * string * string * Microsoft.Azure.Management.Relay.Models.AuthorizationRule * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Relay.Models.AuthorizationRule>
<Extension()>
Public Function CreateOrUpdateAuthorizationRuleAsync (operations As IWCFRelaysOperations, resourceGroupName As String, namespaceName As String, relayName As String, authorizationRuleName As String, parameters As AuthorizationRule, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AuthorizationRule)
Paramètres
- operations
- IWCFRelaysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement Azure.
- namespaceName
- String
Nom de l’espace de noms
- relayName
- String
Nom du relais
- authorizationRuleName
- String
Nom de l’objet authorizationRule.
- parameters
- AuthorizationRule
Paramètres de la règle d’autorisation.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET