Set-SPOStorageEntity
テナントのプロパティを使用すると、テナントの管理者は、さまざまな SharePoint Framework コンポーネントで読み取れるプロパティをアプリ カタログに追加できます。 テナント プロパティはテナント アプリ カタログに格納されるため、次のコマンドレットでテナント アプリ カタログ サイト コレクション URL またはサイト コレクション アプリ カタログ URL を指定する必要があります。
構文
Set-SPOStorageEntity
-Site <SpoSitePipeBind>
-Key <string>
-Value <string>
-Comments <string>
-Description <string>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
説明
このコマンドレットは、プロパティ バッグの値を設定するために使用されます。
例
例 1
Set-SPOStorageEntity -Site "https://tenant-name.sharepoint.com/sites/app-catalog" -Key "MyCustomKey" -Value "{'MyKey':1234}" -Comments "This is an example" -Description "This is an example"
次の使用例は、プロパティ バッグにエントリを追加します。
パラメーター
-Comments
このプロパティ バッグ エントリのコメント。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Confirm
コマンドを実行する前に確認メッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Description
プロパティの説明。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Key
追加または更新する必要があるプロパティ バッグ内のキー。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Site
テナントまたはサイト コレクション アプリ カタログへの URL。
Type: | SpoSitePipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Value
設定する値。
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-WhatIf
コマンドを実行する代わりに、コマンドの実行結果を説明するメッセージを表示します。
詳細については、次のコマンドを入力します。get-help about_commonparameters
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
入力
None
出力
System.Object