Skip to content

Commit d346a39

Browse files
authored
Update Set-SPOContainerType.md
1 parent 890fb25 commit d346a39

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

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

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,31 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Sets or updates one or more property values of a trial or standard container type.
17+
Sets or updates one or more property values of a trial, standard or a direct to customer billed container type.
1818

1919
## SYNTAX
2020

2121
### ParamSet1
2222

2323
```powershell
24-
Set-SPOContainerType -ContainerTypeId <ContainerTypeId> -OwningApplicationId <OwningApplicationId> -ContainerTypeName <ContainerTypeName>
24+
Set-SPOContainerType -ContainerTypeId <Guid> [-ContainerTypeName] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626
### ParamSet2
2727
```powershell
28-
Set-SPOContainerType -ContainerTypeId <ContainerTypeId> -AzureSubscriptionId <AzureSubscriptionId> -ResourceGroup <ResourceGroup>
28+
Set-SPOContainerType -ContainerTypeId <Guid> [[-AzureSubscriptionId] <Guid>] [-ResourceGroup] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
29+
```
30+
### ParamSet3
31+
```powershell
32+
Set-SPOContainerType -ContainerTypeId <Guid> [-ApplicationRedirectUrl] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
2933
```
3034

3135
## DESCRIPTION
32-
This cmdlet is used to reset the parameters associated with a container type - both trial and standard. The cmdlet can be used to change the basic information of a container type such as container type name, owning application ID or the billing information of the container type.
36+
37+
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.
3338

3439
You must be a SharePoint Embedded Administrator to run the cmdlet.
3540

36-
While you only need to be a SharePoint Embedded Administrator to change the basic information of a container type, you need owner or contributor access on the existing billing subscription associated with the container type and also on the new billing subscription, to change the billing information of the container type.
41+
While you only need to be a SharePoint Embedded Administrator to set the basic information of a container type, you need owner or contributor access on the existing billing subscription associated with the container type and also on the new billing subscription, to change the billing information of the container type. List of parameters that cannot be updated includes container type ID and owning application ID.
3742

3843
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).
3944

@@ -67,6 +72,20 @@ In Example 3, the trial container type name is updated as 'Blue Container Type'
6772

6873
## PARAMETERS
6974

75+
### -ApplicationRedirectUrl
76+
This parameter sets the application redirect Url for the container type.
77+
78+
```yaml
79+
Type: String
80+
Parameter Sets: ApplicationRedirectUrl
81+
Aliases:
82+
83+
Required: True
84+
Position: 0
85+
Default value: None
86+
Accept pipeline input: False
87+
Accept wildcard characters: False
88+
```
7089
7190
### -ContainerTypeName
7291
@@ -136,6 +155,10 @@ Default value: None
136155
Accept pipeline input: False
137156
Accept wildcard characters: False
138157
```
158+
159+
### CommonParameters
160+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
161+
139162
## RELATED LINKS
140163

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

0 commit comments

Comments
 (0)