次の方法で共有


RulesOperationsExtensions.Update メソッド

定義

ルール セット内の既存の配信ルールを更新します。

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

パラメーター

operations
IRulesOperations

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

resourceGroupName
String

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

profileName
String

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

ruleSetName
String

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

ruleName
String

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

ruleUpdateProperties
RuleUpdateParameters

配信ルールのプロパティ

戻り値

適用対象