-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.azure.messaging.servicebus.administration.models.CreateRuleOptions.yml
107 lines (107 loc) · 8.69 KB
/
com.azure.messaging.servicebus.administration.models.CreateRuleOptions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
### YamlMime:JavaType
uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions"
name: "CreateRuleOptions"
nameWithType: "CreateRuleOptions"
summary: "A set of options for creating a rule."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CreateRuleOptions**"
constructors:
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.CreateRuleOptions()"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.CreateRuleOptions()"
name: "CreateRuleOptions()"
nameWithType: "CreateRuleOptions.CreateRuleOptions()"
summary: "Initializes a new instance with the <xref uid=\"com.azure.messaging.servicebus.administration.models.TrueRuleFilter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TrueRuleFilter\"></xref>."
syntax: "public CreateRuleOptions()"
desc: "Initializes a new instance with the <xref uid=\"com.azure.messaging.servicebus.administration.models.TrueRuleFilter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TrueRuleFilter\"></xref>."
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.CreateRuleOptions(com.azure.messaging.servicebus.administration.models.RuleFilter)"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.CreateRuleOptions(RuleFilter filter)"
name: "CreateRuleOptions(RuleFilter filter)"
nameWithType: "CreateRuleOptions.CreateRuleOptions(RuleFilter filter)"
summary: "Initializes a new instance with the given rule `name` and `filter`."
parameters:
- description: "Filter expression used to match messages."
name: "filter"
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.RuleFilter?alt=com.azure.messaging.servicebus.administration.models.RuleFilter&text=RuleFilter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CreateRuleOptions(RuleFilter filter)"
desc: "Initializes a new instance with the given rule `name` and `filter`."
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.CreateRuleOptions(com.azure.messaging.servicebus.administration.models.RuleProperties)"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.CreateRuleOptions(RuleProperties ruleProperties)"
name: "CreateRuleOptions(RuleProperties ruleProperties)"
nameWithType: "CreateRuleOptions.CreateRuleOptions(RuleProperties ruleProperties)"
summary: "Initializes a new instance with the given rule properties."
parameters:
- description: "Rule properties to create new rule from."
name: "ruleProperties"
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.RuleProperties?alt=com.azure.messaging.servicebus.administration.models.RuleProperties&text=RuleProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CreateRuleOptions(RuleProperties ruleProperties)"
desc: "Initializes a new instance with the given rule properties."
methods:
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.getAction()"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.getAction()"
name: "getAction()"
nameWithType: "CreateRuleOptions.getAction()"
summary: "Gets the action to perform if the message satisfies the filtering expression."
syntax: "public RuleAction getAction()"
desc: "Gets the action to perform if the message satisfies the filtering expression."
returns:
description: "The action to perform if the message satisfies the filtering expression."
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.RuleAction?alt=com.azure.messaging.servicebus.administration.models.RuleAction&text=RuleAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.getFilter()"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.getFilter()"
name: "getFilter()"
nameWithType: "CreateRuleOptions.getFilter()"
summary: "Gets the filter expression used to match messages."
syntax: "public RuleFilter getFilter()"
desc: "Gets the filter expression used to match messages."
returns:
description: "The filter expression used to match messages."
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.RuleFilter?alt=com.azure.messaging.servicebus.administration.models.RuleFilter&text=RuleFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.setAction(com.azure.messaging.servicebus.administration.models.RuleAction)"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.setAction(RuleAction action)"
name: "setAction(RuleAction action)"
nameWithType: "CreateRuleOptions.setAction(RuleAction action)"
summary: "Sets the action to perform if the message satisfies the filtering expression."
parameters:
- description: "The action to perform if the message satisfies the filtering expression."
name: "action"
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.RuleAction?alt=com.azure.messaging.servicebus.administration.models.RuleAction&text=RuleAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CreateRuleOptions setAction(RuleAction action)"
desc: "Sets the action to perform if the message satisfies the filtering expression."
returns:
description: "The updated <xref uid=\"com.azure.messaging.servicebus.administration.models.CreateRuleOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CreateRuleOptions\"></xref> object."
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.CreateRuleOptions?alt=com.azure.messaging.servicebus.administration.models.CreateRuleOptions&text=CreateRuleOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.setFilter(com.azure.messaging.servicebus.administration.models.RuleFilter)"
fullName: "com.azure.messaging.servicebus.administration.models.CreateRuleOptions.setFilter(RuleFilter filter)"
name: "setFilter(RuleFilter filter)"
nameWithType: "CreateRuleOptions.setFilter(RuleFilter filter)"
summary: "Sets the filter expression used to match messages."
parameters:
- description: "The filter expression used to match messages."
name: "filter"
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.RuleFilter?alt=com.azure.messaging.servicebus.administration.models.RuleFilter&text=RuleFilter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CreateRuleOptions setFilter(RuleFilter filter)"
desc: "Sets the filter expression used to match messages."
returns:
description: "The updated <xref uid=\"com.azure.messaging.servicebus.administration.models.CreateRuleOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CreateRuleOptions\"></xref> object."
type: "<xref href=\"com.azure.messaging.servicebus.administration.models.CreateRuleOptions?alt=com.azure.messaging.servicebus.administration.models.CreateRuleOptions&text=CreateRuleOptions\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A set of options for creating a rule."
metadata: {}
package: "com.azure.messaging.servicebus.administration.models"
artifact: com.azure:azure-messaging-servicebus:7.17.5