@@ -11,13 +11,13 @@ ms.reviewer:
1111---
1212
1313# Set-SPOContainerType
14-
14+
1515## SYNOPSIS
16-
16+
1717Sets 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```
2323Set-SPOContainerType -ContainerTypeId <Guid> [-ContainerTypeName] <String> [-WhatIf] [-Confirm]
@@ -35,7 +35,7 @@ Set-SPOContainerType -ContainerTypeId <Guid> [[-AzureSubscriptionId] <Guid>] [-R
3535Set-SPOContainerType -ContainerTypeId <Guid> [-ApplicationRedirectUrl] <String> [-WhatIf] [-Confirm]
3636 [<CommonParameters>]
3737```
38-
38+
3939## DESCRIPTION
4040
4141This 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
4747For 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
7374In Example 3, the trial container type name is updated as 'Blue Container Type'
7475
7576
76-
7777## PARAMETERS
78-
78+
7979### -ApplicationRedirectUrl
8080This parameter sets the application redirect Url for the container type.
8181
@@ -91,47 +91,43 @@ Accept pipeline input: False
9191Accept 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
9898Type : Guid
99- Parameter Sets : (All)
99+ Parameter Sets : AzureSubscriptionId
100100Aliases :
101101
102- Required : True
103- Position : Named
102+ Required : False
103+ Position : 1
104104Default value : None
105105Accept pipeline input : False
106106Accept 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
115114Parameter Sets : (All)
116- Aliases :
117- Applicable : SharePoint Online
115+ Aliases : cf
118116
119- Required : True
117+ Required : False
120118Position : Named
121119Default value : None
122120Accept pipeline input : False
123121Accept 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)
133130Aliases :
134- Applicable : SharePoint Online
135131
136132Required : True
137133Position : Named
@@ -140,33 +136,44 @@ Accept pipeline input: False
140136Accept 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
148143Type : String
149- Parameter Sets : (All)
144+ Parameter Sets : ContainerTypeName
150145Aliases :
151- Applicable : SharePoint Online
152146
153- Required : False
154- Position : Named
147+ Required : True
148+ Position : 0
155149Default value : None
156150Accept pipeline input : False
157151Accept 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
166158Type : String
167- Parameter Sets :
159+ Parameter Sets : AzureSubscriptionId
168160Aliases :
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
171178Required : False
172179Position : 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