RulesOperationsExtensions.ListByRuleSet メソッド

定義

ルール セット内の既存のすべての配信ルールを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Rule> ListByRuleSet (this Microsoft.Azure.Management.Cdn.IRulesOperations operations, string resourceGroupName, string profileName, string ruleSetName);
static member ListByRuleSet : Microsoft.Azure.Management.Cdn.IRulesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Rule>
<Extension()>
Public Function ListByRuleSet (operations As IRulesOperations, resourceGroupName As String, profileName As String, ruleSetName As String) As IPage(Of Rule)

パラメーター

operations
IRulesOperations

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

resourceGroupName
String

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

profileName
String

リソース グループ内で一意の CDN プロファイルの名前。

ruleSetName
String

プロファイルの下にあるルール セットの名前。

戻り値

適用対象