次の方法で共有


EventHubConsumerGroupInfoCreateOrUpdateContent(String) コンストラクター

定義

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

public EventHubConsumerGroupInfoCreateOrUpdateContent (string name);
new Azure.ResourceManager.IotHub.Models.EventHubConsumerGroupInfoCreateOrUpdateContent : string -> Azure.ResourceManager.IotHub.Models.EventHubConsumerGroupInfoCreateOrUpdateContent
Public Sub New (name As String)

パラメーター

name
String

EventHub コンシューマー グループ名。

例外

name が null です。

適用対象