Aracılığıyla paylaş


DdosProtectionPlansOperationsExtensions.UpdateTagsAsync Method

Definition

Update a DDoS protection plan tags.

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

Parameters

operations
IDdosProtectionPlansOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

ddosProtectionPlanName
String

The name of the DDoS protection plan.

parameters
TagsObject

Parameters supplied to the update DDoS protection plan resource tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to