File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Use the New-CsOnlineApplicationInstanceAssociation cmdlet to associate either a
18
18
## SYNTAX
19
19
20
20
```
21
- New-CsOnlineApplicationInstanceAssociation -Identities <String[]> -ConfigurationId <String> -ConfigurationType <Object> [-Tenant <Guid>] [<CommonParameters>]
21
+ New-CsOnlineApplicationInstanceAssociation -Identities <String[]> -ConfigurationId <String> -ConfigurationType <Object> [-CallPriority <Int16>] [- Tenant <Guid>] [<CommonParameters>]
22
22
```
23
23
24
24
## DESCRIPTION
@@ -165,6 +165,30 @@ Accept pipeline input: False
165
165
Accept wildcard characters : False
166
166
` ` `
167
167
168
+ ### -CallPriority --- Private Preview customers only
169
+ The call priority assigned to calls arriving on this application instance if a priority has not already been assigned.
170
+
171
+ PARAMVALUE: 1 | 2 | 3 | 4 | 5
172
+
173
+ 1 = Very High
174
+ 2 = High
175
+ 3 = Normal / Default
176
+ 4 = Low
177
+ 5 = Very Low
178
+
179
+ ` ` ` yaml
180
+ Type : Int16
181
+ Parameter Sets : (All)
182
+ Aliases :
183
+ Applicable : Skype for Business Online
184
+
185
+ Required : False
186
+ Position : Named
187
+ Default value : 3
188
+ Accept pipeline input : False
189
+ Accept wildcard characters : False
190
+ ` ` `
191
+
168
192
### -Tenant
169
193
170
194
` ` ` yaml
You can’t perform that action at this time.
0 commit comments