RulesOperationsExtensions.Create メソッド

定義

指定したルール セット内に新しい配信ルールを作成します。

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

パラメーター

operations
IRulesOperations

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

resourceGroupName
String

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

profileName
String

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

ruleSetName
String

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

ruleName
String

エンドポイント内で一意の配信ルールの名前。

rule
Rule

配信ルールのプロパティ。

戻り値

適用対象