CreateQueueOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET