Set-AzIotHubMessageEnrichment
IoT ハブでメッセージ エンリッチメントを更新します。
構文
Set-AzIotHubMessageEnrichment
[-ResourceGroupName] <String>
[-Name] <String>
[-Key] <String>
[-Value <String>]
[-Endpoint <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIotHubMessageEnrichment
[-InputObject] <PSIotHub>
[-Key] <String>
[-Value <String>]
[-Endpoint <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AzIotHubMessageEnrichment
[-ResourceId] <String>
[-Key] <String>
[-Value <String>]
[-Endpoint <String[]>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
説明
Azure IoT Hub でのメッセージ エンリッチメントの詳細については、次を参照してください。 https://learn.microsoft.com/azure/iot-hub/iot-hub-message-enrichments-overview
例
例 1
Set-AzIotHubMessageEnrichment -ResourceGroupName "myresourcegroup" -Name "myiothub" -Key "newKey" -Value "updatedValue"
Key : newKey
Value : updatedValue
Endpoint(s) : {endpoint1, endpoint2}
エンリッチメントの値を、キー "newKey" の "updatedValue" に更新します。 Azure IoT Hub でのメッセージ エンリッチメントの詳細については、次を参照してください。 https://learn.microsoft.com/azure/iot-hub/iot-hub-message-enrichments-overview
例 2
Set-AzIotHubMessageEnrichment -ResourceGroupName "myresourcegroup" -Name "myiothub" -Key "newKey" -Endpoint endpoint1,endpoint2,endpoint3
Key : newKey
Value : value1
Endpoint(s) : {endpoint1, endpoint2, endpoint3}
エンリッチメントのエンドポイントを、キー "newKey" の "endpoint1、endpoint2、endpoint3" に更新します。 Azure IoT Hub でのメッセージ エンリッチメントの詳細については、次を参照してください。 https://learn.microsoft.com/azure/iot-hub/iot-hub-message-enrichments-overview
パラメーター
-Confirm
コマンドレットの実行前に確認を求めるメッセージが表示されます。
型: | SwitchParameter |
Aliases: | cf |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Endpoint
エンリッチメントを適用するエンドポイント。
型: | String[] |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InputObject
IotHub オブジェクト
型: | PSIotHub |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Key
エンリッチメントのキー。
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
IoT ハブの名前
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceGroupName
リソース グループの名前
型: | String |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ResourceId
IotHub リソース ID
型: | String |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Value
エンリッチメントの値。
型: | String |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-WhatIf
コマンドレットの実行時に発生する内容を示します。 このコマンドレットは実行されません。
型: | SwitchParameter |
Aliases: | wi |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
入力
出力
Azure PowerShell