You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
40
+
41
+
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.
33
42
34
43
You must be a SharePoint Embedded Administrator to run the cmdlet.
35
44
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.
45
+
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.
37
46
38
47
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).
In Example 3, the trial container type name is updated as 'Blue Container Type'
65
75
66
76
67
-
68
77
## PARAMETERS
69
-
70
-
71
-
### -ContainerTypeName
72
78
73
-
This parameter names your container type for your SharePoint Embedded application.
79
+
### -ApplicationRedirectUrl
80
+
This parameter sets the application redirect Url for the container type.
74
81
75
82
```yaml
76
83
Type: String
77
-
Parameter Sets: (All)
84
+
Parameter Sets: ApplicationRedirectUrl
78
85
Aliases:
79
-
Applicable: SharePoint Online
80
86
81
87
Required: True
82
-
Position: Named
88
+
Position: 0
83
89
Default value: None
84
90
Accept pipeline input: False
85
91
Accept wildcard characters: False
86
92
```
87
93
88
-
### -OwningApplicationId
89
-
90
-
This parameter specifies the ID of the SharePoint Embedded application.
94
+
### -AzureSubscriptionId
95
+
Use this parameter to set the Azure billing subscription ID you wish to attach to the container type.
91
96
92
97
```yaml
93
-
Type: String
94
-
Parameter Sets:
98
+
Type: Guid
99
+
Parameter Sets: AzureSubscriptionId
95
100
Aliases:
96
-
Applicable: SharePoint Online
97
101
98
-
Required: True
99
-
Position: Named
102
+
Required: False
103
+
Position: 1
100
104
Default value: None
101
105
Accept pipeline input: False
102
106
Accept wildcard characters: False
103
107
```
104
108
105
-
### -AzureSubscriptionId
109
+
### -Confirm
110
+
Prompts you for confirmation before running the cmdlet.
111
+
112
+
```yaml
113
+
Type: SwitchParameter
114
+
Parameter Sets: (All)
115
+
Aliases: cf
116
+
117
+
Required: False
118
+
Position: Named
119
+
Default value: None
120
+
Accept pipeline input: False
121
+
Accept wildcard characters: False
122
+
```
106
123
107
-
This parameter describes the Azure subscription ID to which the container type needs to be associated.
124
+
### -ContainerTypeId
125
+
Use this parameter to enter the container type ID
108
126
109
127
```yaml
110
-
Type: String
128
+
Type: Guid
111
129
Parameter Sets: (All)
112
130
Aliases:
113
-
Applicable: SharePoint Online
114
131
115
-
Required: False
132
+
Required: True
116
133
Position: Named
117
134
Default value: None
118
135
Accept pipeline input: False
119
136
Accept wildcard characters: False
120
137
```
121
138
139
+
### -ContainerTypeName
140
+
Use this parameter to pass the conatiner type name you intend to use for the container type
122
141
123
-
### -ResourceGroup
142
+
```yaml
143
+
Type: String
144
+
Parameter Sets: ContainerTypeName
145
+
Aliases:
124
146
125
-
This parameter describes the resource group to be used for the associated container type.
147
+
Required: True
148
+
Position: 0
149
+
Default value: None
150
+
Accept pipeline input: False
151
+
Accept wildcard characters: False
152
+
```
153
+
154
+
### -ResourceGroup
155
+
Use this parameter to set the Azure resource group of the associated Azure billing subscription you intend to attach to the container type.
126
156
127
157
```yaml
128
158
Type: String
129
-
Parameter Sets:
159
+
Parameter Sets: AzureSubscriptionId
130
160
Aliases:
131
-
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
132
177
133
178
Required: False
134
179
Position: Named
135
180
Default value: None
136
181
Accept pipeline input: False
137
182
Accept wildcard characters: False
138
183
```
184
+
185
+
### CommonParameters
186
+
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).
187
+
139
188
## RELATED LINKS
140
189
141
190
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments