File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ This cmdlet creates a new container type of standard or trial status. The standa
2121### ParamSet1
2222
2323``` powershell
24- New-SPOContainerType – ContainerTypeName <ContainerTypeName> -OwningApplicationId <OwningApplicationId> -ApplicationRedirectUrl <ApplicationRedirectUrl>
24+ New-SPOContainerType [- ContainerTypeName] <String> [ -OwningApplicationId] <String> [ -ApplicationRedirectUrl] <String> [<CommonParameters>]
2525```
2626
2727### ParamSet2
2828
2929``` powershell
30- New-SPOContainerType -ContainerTypeName <ContainerTypeName> -OwningApplicationId <OwningApplicationId> -ApplicationRedirectUrl <ApplicationRedirectUrl> -IsPassThroughBilling
30+ New-SPOContainerType [ -ContainerTypeName] <String> [ -OwningApplicationId] <String> [ -ApplicationRedirectUrl] <String> [ -IsPassThroughBilling] [<CommonParameters>]
3131```
3232
3333### ParamSet3
3434``` powershell
35- New-SPOContainerType –TrialContainerType -ContainerTypeName <ContainerTypeName> -OwningApplicationId <OwningApplicationId> -ApplicationRedirectUrl <ApplicationRedirectUrl>
35+ New-SPOContainerType [ –TrialContainerType] [ -ContainerTypeName] <String> [ -OwningApplicationId] <String> [ -ApplicationRedirectUrl] <String> [<CommonParameters>]
3636```
3737
3838## DESCRIPTION
You can’t perform that action at this time.
0 commit comments