次の方法で共有


EventHubCompatibleEndpointProperties クラス

定義

IoT ハブで使用されるプロビジョニングされた Event Hub 互換エンドポイントのプロパティ。

public class EventHubCompatibleEndpointProperties
type EventHubCompatibleEndpointProperties = class
Public Class EventHubCompatibleEndpointProperties
継承
EventHubCompatibleEndpointProperties

コンストラクター

EventHubCompatibleEndpointProperties()

EventHubCompatibleEndpointProperties の新しいインスタンスを初期化します。

プロパティ

Endpoint

Event Hub 互換エンドポイント。

EventHubCompatibleName

イベント ハブ互換の名前。

PartitionCount

Event Hub 互換エンドポイントでデバイスからクラウドへのメッセージを受信するためのパーティションの数。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages をご覧ください。

PartitionIds

Event Hub 互換エンドポイントのパーティション ID。

RetentionTimeInDays

デバイスからクラウドへのメッセージの保持時間 (日数)。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages をご覧ください。

適用対象