CustomIPPrefixesOperationsExtensions.UpdateTagsAsync Method

Definition

Updates custom IP prefix tags.

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

Parameters

operations
ICustomIPPrefixesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

customIpPrefixName
String

The name of the custom IP prefix.

parameters
TagsObject

Parameters supplied to update custom IP prefix tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to