Partilhar via


LogProfileResource.AddTag(String, String, CancellationToken) Método

Definição

Adicione uma marca ao recurso atual.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Insights/logprofiles/{logProfileName}
  • Operação IdLogProfiles_Get
public virtual Azure.Response<Azure.ResourceManager.Monitor.LogProfileResource> AddTag (string key, string value, System.Threading.CancellationToken cancellationToken = default);
abstract member AddTag : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.LogProfileResource>
override this.AddTag : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.LogProfileResource>
Public Overridable Function AddTag (key As String, value As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogProfileResource)

Parâmetros

key
String

A chave para a marca.

value
String

O valor da marca.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

key ou value é nulo.

Aplica-se a