Share via


RelayClient.CreateOrUpdateWcfRelayAuthorizationRules Method

Definition

public Microsoft.Azure.Commands.Relay.Models.AuthorizationRuleAttributes CreateOrUpdateWcfRelayAuthorizationRules (string resourceGroupName, string namespaceName, string wcfRelayName, string authorizationRuleName, Microsoft.Azure.Commands.Relay.Models.AuthorizationRuleAttributes parameters);
member this.CreateOrUpdateWcfRelayAuthorizationRules : string * string * string * string * Microsoft.Azure.Commands.Relay.Models.AuthorizationRuleAttributes -> Microsoft.Azure.Commands.Relay.Models.AuthorizationRuleAttributes
Public Function CreateOrUpdateWcfRelayAuthorizationRules (resourceGroupName As String, namespaceName As String, wcfRelayName As String, authorizationRuleName As String, parameters As AuthorizationRuleAttributes) As AuthorizationRuleAttributes

Parameters

resourceGroupName
String
namespaceName
String
wcfRelayName
String
authorizationRuleName
String

Returns

Applies to