DdosProtectionPlansOperationsExtensions.CreateOrUpdateAsync メソッド

定義

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

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

パラメーター

operations
IDdosProtectionPlansOperations

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

resourceGroupName
String

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

ddosProtectionPlanName
String

DDoS 保護プランの名前。

parameters
DdosProtectionPlanInner

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象