Partilhar via


IRouteFiltersOperations.UpdateTagsWithHttpMessagesAsync Método

Definição

Atualizações marcas de um filtro de rota.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.RouteFilterInner>> UpdateTagsWithHttpMessagesAsync (string resourceGroupName, string routeFilterName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateTagsWithHttpMessagesAsync : string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Fluent.Models.RouteFilterInner>>
Public Function UpdateTagsWithHttpMessagesAsync (resourceGroupName As String, routeFilterName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RouteFilterInner))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

routeFilterName
String

O nome do filtro de rota.

tags
IDictionary<String,String>

Marcas de recurso.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a