Share via


CreateQueueOptions Class

Definition

Options for creating a queue.

public class CreateQueueOptions
type CreateQueueOptions = class
Public Class CreateQueueOptions
Inheritance
CreateQueueOptions

Constructors

CreateQueueOptions(String, String)

Initializes a new instance of CreateQueueOptions.

Properties

DistributionPolicyId

The ID of the distribution policy that will determine how a job is distributed to workers.

ExceptionPolicyId

Id of an exception policy that determines various job escalation rules.

Labels

A set of key/value pairs that are identifying attributes used by the rules engines to make decisions. Values must be primitive values - number, string, boolean.

Name

Friendly name of this queue.

QueueId

Id of a queue.

RequestConditions

The content to send as the request conditions of the request.

Applies to