Skip to content

Commit 3b4e6c7

Browse files
authored
Update New-CsOnlineApplicationInstanceAssociation.md
1 parent 90567be commit 3b4e6c7

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

skype/skype-ps/skype/New-CsOnlineApplicationInstanceAssociation.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the New-CsOnlineApplicationInstanceAssociation cmdlet to associate either a
1818
## SYNTAX
1919

2020
```
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>]
2222
```
2323

2424
## DESCRIPTION
@@ -165,6 +165,30 @@ Accept pipeline input: False
165165
Accept wildcard characters: False
166166
```
167167
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+
168192
### -Tenant
169193
170194
```yaml

0 commit comments

Comments
 (0)