Share via


RelayClient.CreateOrUpdateNamespaceAuthorizationRules Method

Definition

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

Parameters

resourceGroupName
String
namespaceName
String
authorizationRuleName
String

Returns

Applies to