Compartilhar via


JobRouterAdministrationClient.UpdateQueueAsync Método

Definição

Sobrecargas

UpdateQueueAsync(UpdateQueueOptions, CancellationToken)

Cria ou atualiza uma fila.

UpdateQueueAsync(String, RequestContent, RequestContext)

Método de protocolo a ser usado para remover propriedades do trabalho.

UpdateQueueAsync(UpdateQueueOptions, CancellationToken)

Cria ou atualiza uma fila.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.JobRouter.Models.RouterQueue>> UpdateQueueAsync (Azure.Communication.JobRouter.UpdateQueueOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateQueueAsync : Azure.Communication.JobRouter.UpdateQueueOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.JobRouter.Models.RouterQueue>>
override this.UpdateQueueAsync : Azure.Communication.JobRouter.UpdateQueueOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.JobRouter.Models.RouterQueue>>
Public Overridable Function UpdateQueueAsync (options As UpdateQueueOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RouterQueue))

Parâmetros

options
UpdateQueueOptions

Opções para atualizar uma fila de trabalho. Usa semântica de patch de mesclagem: https://datatracker.ietf.org/doc/html/rfc7386.

cancellationToken
CancellationToken

(Opcional) O token de cancelamento a ser usado.

Retornos

Exceções

options é nulo.

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Aplica-se a

UpdateQueueAsync(String, RequestContent, RequestContext)

Método de protocolo a ser usado para remover propriedades do trabalho.

public virtual System.Threading.Tasks.Task<Azure.Response> UpdateQueueAsync (string queueId, Azure.Core.RequestContent content, Azure.RequestContext context = default);
abstract member UpdateQueueAsync : string * Azure.Core.RequestContent * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.UpdateQueueAsync : string * Azure.Core.RequestContent * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function UpdateQueueAsync (queueId As String, content As RequestContent, Optional context As RequestContext = Nothing) As Task(Of Response)

Parâmetros

queueId
String

ID da fila.

content
RequestContent

Conteúdo da solicitação.

context
RequestContext

O contexto de solicitação, que pode substituir os comportamentos padrão do pipeline do cliente por chamada.

Retornos

Exceções

content é nulo.

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Aplica-se a