WCFRelaysOperationsExtensions.GetAuthorizationRule Methode

Definition

Rufen Sie authorizationRule für wcfRelays anhand des Namens ab.

public static Microsoft.Azure.Management.Relay.Models.AuthorizationRule GetAuthorizationRule (this Microsoft.Azure.Management.Relay.IWCFRelaysOperations operations, string resourceGroupName, string namespaceName, string relayName, string authorizationRuleName);
static member GetAuthorizationRule : Microsoft.Azure.Management.Relay.IWCFRelaysOperations * string * string * string * string -> Microsoft.Azure.Management.Relay.Models.AuthorizationRule
<Extension()>
Public Function GetAuthorizationRule (operations As IWCFRelaysOperations, resourceGroupName As String, namespaceName As String, relayName As String, authorizationRuleName As String) As AuthorizationRule

Parameter

operations
IWCFRelaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

relayName
String

Der Relayname

authorizationRuleName
String

Der Name von authorizationRule.

Gibt zurück

Gilt für: