次の方法で共有


DdosProtectionPlansOperationsExtensions.CreateOrUpdateAsync メソッド

定義

DDoS 保護プランを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.DdosProtectionPlan> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations operations, string resourceGroupName, string ddosProtectionPlanName, Microsoft.Azure.Management.Network.Models.DdosProtectionPlan parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations * string * string * Microsoft.Azure.Management.Network.Models.DdosProtectionPlan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.DdosProtectionPlan>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDdosProtectionPlansOperations, resourceGroupName As String, ddosProtectionPlanName As String, parameters As DdosProtectionPlan, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DdosProtectionPlan)

パラメーター

operations
IDdosProtectionPlansOperations

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

resourceGroupName
String

リソース グループの名前。

ddosProtectionPlanName
String

DDoS 保護プランの名前。

parameters
DdosProtectionPlan

作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象