次の方法で共有


RulesOperationsExtensions.UpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.Rule> UpdateAsync(this Microsoft.Azure.Management.Cdn.IRulesOperations operations, string resourceGroupName, string profileName, string ruleSetName, string ruleName, Microsoft.Azure.Management.Cdn.Models.RuleUpdateParameters ruleUpdateProperties, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Cdn.IRulesOperations * string * string * string * string * Microsoft.Azure.Management.Cdn.Models.RuleUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.Rule>
<Extension()>
Public Function UpdateAsync (operations As IRulesOperations, resourceGroupName As String, profileName As String, ruleSetName As String, ruleName As String, ruleUpdateProperties As RuleUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Rule)

パラメーター

operations
IRulesOperations

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

resourceGroupName
String

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

profileName
String

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

ruleSetName
String

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

ruleName
String

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

ruleUpdateProperties
RuleUpdateParameters

配信ルールのプロパティ

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象