Compartir a través de


CustomLocationResource.AddTagAsync(String, String, CancellationToken) Método

Definición

Agregue una etiqueta al recurso actual. Ruta de acceso de solicitud: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} Id. de operación: CustomLocations_Get

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>> AddTagAsync (string key, string value, System.Threading.CancellationToken cancellationToken = default);
abstract member AddTagAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>>
override this.AddTagAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>>
Public Overridable Function AddTagAsync (key As String, value As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomLocationResource))

Parámetros

key
String

Clave de la etiqueta.

value
String

Valor de la etiqueta .

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

key o value es null.

Se aplica a