Skip to content

Commit 405b2dd

Browse files
authored
Update Set-SPOContainerType.md
1 parent ba56195 commit 405b2dd

File tree

1 file changed

+46
-38
lines changed

1 file changed

+46
-38
lines changed

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

Lines changed: 46 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.reviewer:
1111
---
1212

1313
# Set-SPOContainerType
14-
14+
1515
## SYNOPSIS
16-
16+
1717
Sets or updates one or more property values of a trial, standard or a direct to customer billed container type.
18-
18+
1919
## SYNTAX
20-
20+
2121
### ContainerTypeName
2222
```
2323
Set-SPOContainerType -ContainerTypeId <Guid> [-ContainerTypeName] <String> [-WhatIf] [-Confirm]
@@ -35,7 +35,7 @@ Set-SPOContainerType -ContainerTypeId <Guid> [[-AzureSubscriptionId] <Guid>] [-R
3535
Set-SPOContainerType -ContainerTypeId <Guid> [-ApplicationRedirectUrl] <String> [-WhatIf] [-Confirm]
3636
[<CommonParameters>]
3737
```
38-
38+
3939
## DESCRIPTION
4040

4141
This cmdlet updates the existing property of a container type with the new value provided. The cmdlet can be used to change the basic information of a container type such as container type name or the billing information of the container type.
@@ -46,8 +46,9 @@ While you only need to be a SharePoint Embedded Administrator to set the basic i
4646

4747
For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at [Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
4848

49+
4950
## EXAMPLES
50-
51+
5152
### Example 1
5253

5354
```powershell
@@ -73,9 +74,8 @@ Set-SPOContainerType -ContainerTypeId 01f62754-0873-4ec6-ab4a-3eed48ba8be7 -Owni
7374
In Example 3, the trial container type name is updated as 'Blue Container Type'
7475

7576

76-
7777
## PARAMETERS
78-
78+
7979
### -ApplicationRedirectUrl
8080
This parameter sets the application redirect Url for the container type.
8181

@@ -91,47 +91,43 @@ Accept pipeline input: False
9191
Accept wildcard characters: False
9292
```
9393
94-
### -ContainerTypeId
95-
Use this parameter to enter the container type ID
94+
### -AzureSubscriptionId
95+
Use this parameter to set the Azure billing subscription ID you wish to attach to the container type.
9696
9797
```yaml
9898
Type: Guid
99-
Parameter Sets: (All)
99+
Parameter Sets: AzureSubscriptionId
100100
Aliases:
101101

102-
Required: True
103-
Position: Named
102+
Required: False
103+
Position: 1
104104
Default value: None
105105
Accept pipeline input: False
106106
Accept wildcard characters: False
107107
```
108108
109-
### -ContainerTypeName
110-
111-
This parameter names your container type for your SharePoint Embedded application.
109+
### -Confirm
110+
Prompts you for confirmation before running the cmdlet.
112111
113112
```yaml
114-
Type: String
113+
Type: SwitchParameter
115114
Parameter Sets: (All)
116-
Aliases:
117-
Applicable: SharePoint Online
115+
Aliases: cf
118116

119-
Required: True
117+
Required: False
120118
Position: Named
121119
Default value: None
122120
Accept pipeline input: False
123121
Accept wildcard characters: False
124122
```
125123
126-
### -OwningApplicationId
127-
128-
This parameter specifies the ID of the SharePoint Embedded application.
124+
### -ContainerTypeId
125+
Use this parameter to enter the container type ID
129126
130127
```yaml
131-
Type: String
132-
Parameter Sets:
128+
Type: Guid
129+
Parameter Sets: (All)
133130
Aliases:
134-
Applicable: SharePoint Online
135131

136132
Required: True
137133
Position: Named
@@ -140,33 +136,44 @@ Accept pipeline input: False
140136
Accept wildcard characters: False
141137
```
142138
143-
### -AzureSubscriptionId
144-
145-
This parameter describes the Azure subscription ID to which the container type needs to be associated.
139+
### -ContainerTypeName
140+
Use this parameter to pass the conatiner type name you intend to use for the container type
146141
147142
```yaml
148143
Type: String
149-
Parameter Sets: (All)
144+
Parameter Sets: ContainerTypeName
150145
Aliases:
151-
Applicable: SharePoint Online
152146

153-
Required: False
154-
Position: Named
147+
Required: True
148+
Position: 0
155149
Default value: None
156150
Accept pipeline input: False
157151
Accept wildcard characters: False
158152
```
159153
160-
161154
### -ResourceGroup
162-
163-
This parameter describes the resource group to be used for the associated container type.
155+
Use this parameter to set the Azure resource group of the associated Azure billing subscription you intend to attach to the container type.
164156
165157
```yaml
166158
Type: String
167-
Parameter Sets:
159+
Parameter Sets: AzureSubscriptionId
168160
Aliases:
169-
Applicable: SharePoint Online
161+
162+
Required: True
163+
Position: 0
164+
Default value: None
165+
Accept pipeline input: False
166+
Accept wildcard characters: False
167+
```
168+
169+
### -WhatIf
170+
Shows what would happen if the cmdlet runs.
171+
The cmdlet is not run.
172+
173+
```yaml
174+
Type: SwitchParameter
175+
Parameter Sets: (All)
176+
Aliases: wi
170177

171178
Required: False
172179
Position: Named
@@ -187,3 +194,4 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
187194
[Get-SPOContainerType](./Get-SPOContainerType.md)
188195

189196
[Remove-SPOContainerType](./Remove-SPOContainerType.md)
197+

0 commit comments

Comments
 (0)