Udostępnij za pośrednictwem


WCFRelaysOperationsExtensions.ListAuthorizationRules Method

Definition

Authorization rules for a WCFRelays.

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

Parameters

operations
IWCFRelaysOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The Namespace Name

relayName
String

The relay name

Returns

Applies to