Bagikan melalui


JobRouterAdministrationClient.GetQueues Method

Definition

Overloads

GetQueues(RequestContext)

[Protocol Method] Retrieves existing queues.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
  • Please try the simpler Azure.Communication.JobRouter.JobRouterAdministrationClient.GetQueues(System.Nullable{System.Int32},System.Threading.CancellationToken) convenience overload with strongly typed models first.
GetQueues(CancellationToken)

Retrieves existing exception policies.

GetQueues(RequestContext)

Source:
JobRouterAdministrationClient.cs
Source:
JobRouterAdministrationClient.cs

[Protocol Method] Retrieves existing queues.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
  • Please try the simpler Azure.Communication.JobRouter.JobRouterAdministrationClient.GetQueues(System.Nullable{System.Int32},System.Threading.CancellationToken) convenience overload with strongly typed models first.
public virtual Azure.Pageable<BinaryData> GetQueues (Azure.RequestContext context);
abstract member GetQueues : Azure.RequestContext -> Azure.Pageable<BinaryData>
override this.GetQueues : Azure.RequestContext -> Azure.Pageable<BinaryData>
Public Overridable Function GetQueues (context As RequestContext) As Pageable(Of BinaryData)

Parameters

context
RequestContext

The request context, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The Pageable<T> from the service containing a list of BinaryData objects. Details of the body schema for each item in the collection are in the Remarks section below.

Exceptions

Service returned a non-success status code.

Applies to

GetQueues(CancellationToken)

Source:
JobRouterAdministrationClient.cs
Source:
JobRouterAdministrationClient.cs

Retrieves existing exception policies.

public virtual Azure.Pageable<Azure.Communication.JobRouter.RouterQueue> GetQueues (System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueues : System.Threading.CancellationToken -> Azure.Pageable<Azure.Communication.JobRouter.RouterQueue>
override this.GetQueues : System.Threading.CancellationToken -> Azure.Pageable<Azure.Communication.JobRouter.RouterQueue>
Public Overridable Function GetQueues (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RouterQueue)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to