Skip to content

Commit 7fa3c2b

Browse files
authored
Set-SPOContainerType.md
1 parent 054b574 commit 7fa3c2b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: sharepointonline.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocontainer
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spocontainertype
55
applicable: SharePoint Online
66
title: Set-SPOContainerType
77
schema: 2.0.0
@@ -107,7 +107,7 @@ ContainerTypeName : Blue Container Type
107107

108108
### -ContainerTypeName
109109

110-
This parameter names your ContainerType for your SharePoint Embedded Application
110+
This parameter names your ContainerType for your SharePoint Embedded Application.
111111

112112
```yaml
113113
Type: String
@@ -124,11 +124,11 @@ Accept wildcard characters: False
124124
125125
### -OwningApplicationId
126126
127-
Use this parameter to specify the Container in the given OwningApplicationId.
127+
This parameter specifies the ID of the SharePoint Embedded application.
128128
129129
```yaml
130130
Type: String
131-
Parameter Sets: ParamSet4, ParamSet5
131+
Parameter Sets:
132132
Aliases:
133133
Applicable: SharePoint Online
134134

@@ -141,11 +141,11 @@ Accept wildcard characters: False
141141
142142
### -AzureSubscriptionId
143143
144-
This parameter can be used when there are more than 5,000 Containers in a given SharePoint Embedded application. Using `-Paged` will provide a `<Paging Token>` that will display the next 5,000 Containers.
144+
This parameter describes the Azure subscription ID to which the container type needs to be associated.
145145
146146
```yaml
147147
Type: String
148-
Parameter Sets: ParamSet2, ParamSet3
148+
Parameter Sets:
149149
Aliases:
150150
Applicable: SharePoint Online
151151

@@ -159,11 +159,11 @@ Accept wildcard characters: False
159159
160160
### -ResourceGroup
161161
162-
Use this parameter to provide the `<Paging Token>` provided to view the remaining Containers as shown in Example 5. If there are no more Containers to display, the commandlet output will return the message `End of Containers view.` Otherwise, use the given `<Paging Token>` to retrieve the next batch of up to 5,000 ontainers.
162+
This parameter describes the resource group to be used for the associated container type.
163163
164164
```yaml
165165
Type: String
166-
Parameter Sets: ParamSet2, ParamSet3
166+
Parameter Sets:
167167
Aliases:
168168
Applicable: SharePoint Online
169169

0 commit comments

Comments
 (0)