@@ -52,7 +52,7 @@ The New-AzureRmServiceBusRule cmdlet creates a new rule for the specified Subscr
52
52
Action SqlFillter Expression
53
53
54
54
``` yaml
55
- Type : String
55
+ Type : System. String
56
56
Parameter Sets : RuleActionPropertiesSet
57
57
Aliases :
58
58
@@ -67,7 +67,7 @@ Accept wildcard characters: False
67
67
The credentials, account, tenant, and subscription used for communication with Azure.
68
68
69
69
` ` ` yaml
70
- Type : IAzureContextContainer
70
+ Type : Microsoft.Azure.Commands.Common.Authentication.Abstractions. IAzureContextContainer
71
71
Parameter Sets : (All)
72
72
Aliases : AzureRmContext, AzureCredential
73
73
@@ -82,7 +82,7 @@ Accept wildcard characters: False
82
82
Rule Name
83
83
84
84
` ` ` yaml
85
- Type : String
85
+ Type : System. String
86
86
Parameter Sets : (All)
87
87
Aliases :
88
88
@@ -97,7 +97,7 @@ Accept wildcard characters: False
97
97
Namespace Name
98
98
99
99
` ` ` yaml
100
- Type : String
100
+ Type : System. String
101
101
Parameter Sets : (All)
102
102
Aliases : NamespaceName
103
103
@@ -112,7 +112,7 @@ Accept wildcard characters: False
112
112
Action Requires Preprocessing
113
113
114
114
` ` ` yaml
115
- Type : SwitchParameter
115
+ Type : System.Management.Automation. SwitchParameter
116
116
Parameter Sets : RuleActionPropertiesSet
117
117
Aliases :
118
118
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127
127
The name of the resource group
128
128
129
129
` ` ` yaml
130
- Type : String
130
+ Type : System. String
131
131
Parameter Sets : (All)
132
132
Aliases : ResourceGroup
133
133
@@ -142,7 +142,7 @@ Accept wildcard characters: False
142
142
Sql Fillter Expression
143
143
144
144
` ` ` yaml
145
- Type : String
145
+ Type : System. String
146
146
Parameter Sets : (All)
147
147
Aliases :
148
148
@@ -157,7 +157,7 @@ Accept wildcard characters: False
157
157
Subscription Name
158
158
159
159
` ` ` yaml
160
- Type : String
160
+ Type : System. String
161
161
Parameter Sets : (All)
162
162
Aliases : SubscriptionName
163
163
@@ -172,7 +172,7 @@ Accept wildcard characters: False
172
172
Topic Name
173
173
174
174
` ` ` yaml
175
- Type : String
175
+ Type : System. String
176
176
Parameter Sets : (All)
177
177
Aliases : TopicName
178
178
@@ -187,7 +187,7 @@ Accept wildcard characters: False
187
187
Prompts you for confirmation before running the cmdlet.
188
188
189
189
` ` ` yaml
190
- Type : SwitchParameter
190
+ Type : System.Management.Automation. SwitchParameter
191
191
Parameter Sets : (All)
192
192
Aliases : cf
193
193
@@ -203,7 +203,7 @@ Shows what would happen if the cmdlet runs.
203
203
The cmdlet is not run.
204
204
205
205
` ` ` yaml
206
- Type : SwitchParameter
206
+ Type : System.Management.Automation. SwitchParameter
207
207
Parameter Sets : (All)
208
208
Aliases : wi
209
209
0 commit comments