次の方法で共有


DdosProtectionPlansOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.DdosProtectionPlan BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations operations, string resourceGroupName, string ddosProtectionPlanName, Microsoft.Azure.Management.Network.Models.DdosProtectionPlan parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations * string * string * Microsoft.Azure.Management.Network.Models.DdosProtectionPlan -> Microsoft.Azure.Management.Network.Models.DdosProtectionPlan
<Extension()>
Public Function BeginCreateOrUpdate (operations As IDdosProtectionPlansOperations, resourceGroupName As String, ddosProtectionPlanName As String, parameters As DdosProtectionPlan) As DdosProtectionPlan

パラメーター

operations
IDdosProtectionPlansOperations

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

resourceGroupName
String

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

ddosProtectionPlanName
String

DDoS 保護プランの名前。

parameters
DdosProtectionPlan

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

戻り値

適用対象