CreateClassificationPolicyOptions 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 classification policy.
public class CreateClassificationPolicyOptions
type CreateClassificationPolicyOptions = class
Public Class CreateClassificationPolicyOptions
- Inheritance
-
CreateClassificationPolicyOptions
Constructors
CreateClassificationPolicyOptions(String) |
Initializes a new instance of CreateClassificationPolicyOptions. |
Properties
ClassificationPolicyId |
Id of a classification policy. |
FallbackQueueId |
Id of a fallback queue to select if queue selector attachments doesn't find a match. |
Name |
Friendly name of this policy. |
PrioritizationRule |
A rule to determine a priority score for a job. |
QueueSelectorAttachments |
Queue selector attachments used to resolve a queue for a job. |
RequestConditions |
The content to send as the request conditions of the request. |
WorkerSelectorAttachments |
Worker selector attachments used to attach worker selectors to a job. |
Applies to
Azure SDK for .NET