Sdílet prostřednictvím


DdosProtectionPlanCollection.CreateOrUpdate Method

Definition

Creates or updates a DDoS protection plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
  • Operation Id: DdosProtectionPlans_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: DdosProtectionPlanResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.DdosProtectionPlanResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string ddosProtectionPlanName, Azure.ResourceManager.Network.DdosProtectionPlanData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.DdosProtectionPlanData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.DdosProtectionPlanResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.DdosProtectionPlanData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.DdosProtectionPlanResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, ddosProtectionPlanName As String, data As DdosProtectionPlanData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DdosProtectionPlanResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

ddosProtectionPlanName
String

The name of the DDoS protection plan.

data
DdosProtectionPlanData

Parameters supplied to the create or update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ddosProtectionPlanName is an empty string, and was expected to be non-empty.

ddosProtectionPlanName or data is null.

Applies to