Share via


DdosProtectionPlanResource.Update Method

Definition

Update a DDoS protection plan tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
  • Operation Id: DdosProtectionPlans_UpdateTags
  • Default Api Version: 2023-09-01
  • Resource: DdosProtectionPlanResource
public virtual Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource> Update (Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>
override this.Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>
Public Overridable Function Update (networkTagsObject As NetworkTagsObject, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DdosProtectionPlanResource)

Parameters

networkTagsObject
NetworkTagsObject

Parameters supplied to the update DDoS protection plan resource tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkTagsObject is null.

Applies to