NamespacesOperationsExtensions.ListNetworkRuleSets Method

Definition

Gets list of NetworkRuleSet for a Namespace.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet> ListNetworkRuleSets (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName);
static member ListNetworkRuleSets : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet>
<Extension()>
Public Function ListNetworkRuleSets (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String) As IPage(Of NetworkRuleSet)

Parameters

operations
INamespacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

Returns

Applies to