NamespacesOperationsExtensions.ListNetworkRuleSets メソッド

定義

名前空間の NetworkRuleSet の一覧を取得します。

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)

パラメーター

operations
INamespacesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

戻り値

適用対象