DdosProtectionPlansOperationsExtensions.UpdateTags Method

Definition

Update a DDoS protection plan tags.

public static Microsoft.Azure.Management.Network.Models.DdosProtectionPlan UpdateTags (this Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations operations, string resourceGroupName, string ddosProtectionPlanName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.DdosProtectionPlan
<Extension()>
Public Function UpdateTags (operations As IDdosProtectionPlansOperations, resourceGroupName As String, ddosProtectionPlanName As String, parameters As TagsObject) As 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.

Returns

Applies to