Skip to content

Commit 2407681

Browse files
authored
Update New-SPOContainerType.md
1 parent bd7c82d commit 2407681

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ This cmdlet creates a new container type of standard or trial status. The standa
1818

1919
## SYNTAX
2020

21-
### ParamSet1
22-
2321
```powershell
2422
New-SPOContainerType [-ContainerTypeName] <String> -OwningApplicationId <Guid> [-ApplicationRedirectUrl <String>] [-TrialContainerType] [-IsPassThroughBilling] [-IsGovernableByAdmin <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
2523
```
@@ -69,6 +67,23 @@ In Example 4, the cmdlet creates a standard container type, ContosoLegal that ha
6967

7068
## PARAMETERS
7169

70+
### -ApplicationRedirectUrl
71+
72+
This parameter specifies the url of that the application should be redirected to.
73+
74+
```yaml
75+
Type: String
76+
Parameter Sets: (All)
77+
Aliases:
78+
Applicable: SharePoint Online
79+
80+
Required: False
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
7287
### -ContainerTypeName
7388
7489
This parameter names your container type for your SharePoint Embedded application.
@@ -86,27 +101,26 @@ Accept pipeline input: False
86101
Accept wildcard characters: False
87102
```
88103
89-
### -OwningApplicationId
104+
### –GovernableByAdmin
90105
91-
This parameter specifies the ID of the SharePoint Embedded application.
106+
Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell.
92107

93108
```yaml
94-
Type: Guid
109+
Type: Boolean
95110
Parameter Sets: (All)
96111
Aliases:
97112
Applicable: SharePoint Online
98113
99-
Required: True
114+
Required: False
100115
Position: Named
101116
Default value: None
102117
Accept pipeline input: False
103118
Accept wildcard characters: False
104119
```
105120

121+
### –IsPassThroughBilling
106122

107-
### –TrialContainerType
108-
109-
This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided.
123+
This parameter is used to create a direct to customer billed container type.
110124

111125
```yaml
112126
Type: SwitchParameter
@@ -121,29 +135,30 @@ Accept pipeline input: False
121135
Accept wildcard characters: False
122136
```
123137

124-
### –IsPassThroughBilling
138+
### -OwningApplicationId
125139

126-
This parameter is used to create a direct to customer billed container type.
140+
This parameter specifies the ID of the SharePoint Embedded application.
127141

128142
```yaml
129-
Type: SwitchParameter
143+
Type: Guid
130144
Parameter Sets: (All)
131145
Aliases:
132146
Applicable: SharePoint Online
133147
134-
Required: False
148+
Required: True
135149
Position: Named
136150
Default value: None
137151
Accept pipeline input: False
138152
Accept wildcard characters: False
139153
```
140154

141-
### –GovernableByAdmin
142155

143-
Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell.
156+
### –TrialContainerType
157+
158+
This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided.
144159

145160
```yaml
146-
Type: Boolean
161+
Type: SwitchParameter
147162
Parameter Sets: (All)
148163
Aliases:
149164
Applicable: SharePoint Online
@@ -155,6 +170,11 @@ Accept pipeline input: False
155170
Accept wildcard characters: False
156171
```
157172

173+
### CommonParameters
174+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
175+
176+
177+
158178
## RELATED LINKS
159179

160180
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

0 commit comments

Comments
 (0)