Partager via


WCFRelaysOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync Méthode

Définition

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 à