Set-SPAppStoreWebServiceConfiguration

設定 SharePoint 市集應用程式的屬性。

Syntax

Set-SPAppStoreWebServiceConfiguration
   [-AssignmentCollection <SPAssignmentCollection>]
   -Client <String>
   [-Confirm]
   [-ProxyVersion <Version>]
   [-WhatIf]
   [<CommonParameters>]

Description

使用 Set-SPAppStoreWebServiceConfiguration Cmdlet 來設定產品類型 (內部部署或線上) ,以及當 SharePoint 設定為存取 時,用來存取 SharePoint Store 的版本。

此 Cmdlet 不適用於 ITPro 物件。

如需 SharePoint 產品Windows PowerShell的許可權和最新資訊,請參閱 SharePoint Server 2016 Windows PowerShell線上檔,SharePoint Server 2019參考。 https://go.microsoft.com/fwlink/p/?LinkId=671715

範例

--------------------範例---------------------

Set-SPAppStoreWebServiceConfiguration -Client=SP -ProxyVersion=16.1

本範例會設定 SharePoint 市集應用程式的產品類型和版本。

參數

-AssignmentCollection

管理物件以適當處置它們。 使用 SPWeb 或 SPSite 等物件可能會耗用大量的記憶體,因此在 Windows PowerShell 指令碼中使用這些物件時,必須適當地管理記憶體。 您可以使用 SPAssignment 物件將物件指派給變數,並在不需要時處置這些物件,以釋放記憶體。 使用 SPWeb、SPSite 或 SPSiteAdministration 物件時,若未使用指派集合或 Global 參數,將會自動處置這些物件。

使用 Global 參數時,所有物件會包含在全域儲存區內。 若未立即使用物件,或未使用 Stop-SPAssignment 命令處置物件,將會發生記憶體不足的狀況。

Type:SPAssignmentCollection
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:SharePoint Server 2016, SharePoint Server 2019

-Client

指定 SharePoint 市集應用程式的用戶端值。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Server 2016, SharePoint Server 2019

-Confirm

執行 Cmdlet 之前提示您確認。

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Server 2016, SharePoint Server 2019

-ProxyVersion

指定 SharePoint 市集應用程式的 Proxy 版本值。

Type:Version
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Server 2016, SharePoint Server 2019

-WhatIf

顯示執行 Cmdlet 時會發生什麼情況。 未執行 Cmdlet。

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Server 2016, SharePoint Server 2019

輸入

Microsoft.SharePoint.PowerShell.SPAssignmentCollection

輸出

System.Object