Compartir a través de


IpAllocationsOperationsExtensions.UpdateTagsAsync Método

Definición

Novedades etiquetas IpAllocation.

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

Parámetros

operations
IIpAllocationsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

ipAllocationName
String

Nombre de IpAllocation.

parameters
TagsObject

Parámetros proporcionados para actualizar las etiquetas IpAllocation.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a