你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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